3 references to _reflectableMethods
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
264
_reflectableMethods
.Add(methodNode.Method);
278
_reflectableMethods
.Add(reflectedMethodNode.Method);
1098
return
_reflectableMethods
;