¡@

Home 

c# Programming Glossary: methodreference

Look if a method is called inside a method using reflection

http://stackoverflow.com/questions/5741350/look-if-a-method-is-called-inside-a-method-using-reflection

Instruction .Select instr instr.Operand .OfType MethodReference This will return all references to methods so including use.. can actually be called directly inside 'startingpoint' MethodReference startingpoint get it somewhere using Cecil MethodReference mytargetmethod.. MethodReference startingpoint get it somewhere using Cecil MethodReference mytargetmethod what you are looking for bool isCalled startingpoint..