3 references to _reflectableMethods
ILCompiler.Compiler (3)
Compiler\AnalysisBasedMetadataManager.cs (3)
80
_reflectableMethods
.Add(refMethod.Entity, refMethod.Category);
166
if (
_reflectableMethods
.TryGetValue(method, out MetadataCategory value))
206
foreach (var pair in
_reflectableMethods
)