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)
146else if (methodCategory == CompiledMethodCategory.Instantiated) 163if (methodCategory == CompiledMethodCategory.Instantiated) 181foreach (var node in GetCompiledMethods(moduleToEnumerate, CompiledMethodCategory.Instantiated))