3 references to _reflectableMethods
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
276
_reflectableMethods
.Add(methodNode.Method);
290
_reflectableMethods
.Add(reflectedMethodNode.Method);
1110
return
_reflectableMethods
;