8 references to Eager
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\ImportThunk.cs (1)
63
_thunkKind = ImportThunkKind.
Eager
;
Compiler\DependencyAnalysis\ReadyToRun\Target_ARM\ImportThunk.cs (1)
22
case ImportThunkKind.
Eager
:
Compiler\DependencyAnalysis\ReadyToRun\Target_ARM64\ImportThunk.cs (1)
18
if (_thunkKind == ImportThunkKind.
Eager
)
Compiler\DependencyAnalysis\ReadyToRun\Target_LoongArch64\ImportThunk.cs (1)
18
if (_thunkKind == ImportThunkKind.
Eager
)
Compiler\DependencyAnalysis\ReadyToRun\Target_RiscV64\ImportThunk.cs (2)
18
if (_thunkKind == ImportThunkKind.
Eager
)
35
case ImportThunkKind.
Eager
:
Compiler\DependencyAnalysis\ReadyToRun\Target_X64\ImportThunk.cs (1)
22
case ImportThunkKind.
Eager
:
Compiler\DependencyAnalysis\ReadyToRun\Target_X86\ImportThunk.cs (1)
22
case ImportThunkKind.
Eager
: