5 references to Instantiated
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\InstanceEntryPointTableNode.cs (2)
38
foreach (MethodWithGCInfo method in _factory.EnumerateCompiledMethods(null, CompiledMethodCategory.
Instantiated
))
106
foreach (MethodWithGCInfo method in factory.EnumerateCompiledMethods(null, CompiledMethodCategory.
Instantiated
))
Compiler\ReadyToRunTableManager.cs (3)
146
else if (methodCategory == CompiledMethodCategory.
Instantiated
)
163
if (methodCategory == CompiledMethodCategory.
Instantiated
)
181
foreach (var node in GetCompiledMethods(moduleToEnumerate, CompiledMethodCategory.
Instantiated
))