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