Hi,
Is it possible to determine in Reflector or any other tool, how an attribute is being used? All I have are some classes with an attribute being applied, I would like to see the code (disassemble some assemblies) to see how it is being used.
JD
Hi,
Is it possible to determine in Reflector or any other tool, how an attribute is being used? All I have are some classes with an attribute being applied, I would like to see the code (disassemble some assemblies) to see how it is being used.
JD
You can search the attributeclass in the tree, rightclick and 'Analyze'; there you can see where the member is being used.