5 references to EnumerateCompiledMethods
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\InliningInfoNode.cs (1)
67
foreach (MethodWithGCInfo methodNode in factory.
EnumerateCompiledMethods
(_module, CompiledMethodCategory.All))
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\DependencyAnalysis\ReadyToRun\MethodEntryPointTableNode.cs (1)
51
foreach (MethodWithGCInfo method in factory.
EnumerateCompiledMethods
(_module, CompiledMethodCategory.NonInstantiated))
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
534
return
EnumerateCompiledMethods
(null, CompiledMethodCategory.All);