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