5 references to EnumerateCompiledMethods
ILCompiler.ReadyToRun (5)
CodeGen\ReadyToRunObjectWriter.cs (1)
195foreach (MethodWithGCInfo methodNode in _nodeFactory.EnumerateCompiledMethods())
Compiler\DependencyAnalysis\ReadyToRun\DebugInfoTableNode.cs (1)
85foreach (MethodWithGCInfo method in factory.EnumerateCompiledMethods())
Compiler\DependencyAnalysis\ReadyToRun\ExceptionInfoLookupTableNode.cs (1)
95foreach (MethodWithGCInfo method in _nodeFactory.EnumerateCompiledMethods())
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
56foreach (MethodWithGCInfo method in _nodeFactory.EnumerateCompiledMethods())
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
575foreach (MethodWithGCInfo compiled in EnumerateCompiledMethods())