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