1 write to CompiledMethodDefs
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
494
NodeFactoryOptimizationFlags optimizationFlags = _nodeFactory.OptimizationFlags with { IsComponentModule = true,
CompiledMethodDefs
= compiledMethodDefs };
2 references to CompiledMethodDefs
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILNode.cs (2)
60
&& factory.OptimizationFlags.
CompiledMethodDefs
.Contains(_method)
86
if (!factory.OptimizationFlags.
CompiledMethodDefs
.Contains(asyncVariant))