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