3 references to _reflectableMethods
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
270
_reflectableMethods
.Add(methodNode.Method);
284
_reflectableMethods
.Add(reflectedMethodNode.Method);
1104
return
_reflectableMethods
;