Using reflector, how do you find how an attribute is used in code?
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 开发者_C百科(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.
精彩评论