2 references to Eager
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (1)
97public bool IsEager => (_flags & ReadyToRunImportSectionFlags.Eager) != 0;
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1184ReadyToRunImportSectionFlags.Eager,