3 references to NonInstantiated
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\MethodEntryPointTableNode.cs (1)
51foreach (MethodWithGCInfo method in factory.EnumerateCompiledMethods(_module, CompiledMethodCategory.NonInstantiated))
Compiler\ReadyToRunTableManager.cs (2)
169Debug.Assert(methodCategory == CompiledMethodCategory.NonInstantiated); 185foreach (var node in GetCompiledMethods(moduleToEnumerate, CompiledMethodCategory.NonInstantiated))