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)
22case ImportThunkKind.Eager:
Compiler\DependencyAnalysis\ReadyToRun\Target_ARM64\ImportThunk.cs (1)
18if (_thunkKind == ImportThunkKind.Eager)
Compiler\DependencyAnalysis\ReadyToRun\Target_LoongArch64\ImportThunk.cs (1)
18if (_thunkKind == ImportThunkKind.Eager)
Compiler\DependencyAnalysis\ReadyToRun\Target_RiscV64\ImportThunk.cs (2)
18if (_thunkKind == ImportThunkKind.Eager) 35case ImportThunkKind.Eager:
Compiler\DependencyAnalysis\ReadyToRun\Target_X64\ImportThunk.cs (1)
22case ImportThunkKind.Eager:
Compiler\DependencyAnalysis\ReadyToRun\Target_X86\ImportThunk.cs (1)
22case ImportThunkKind.Eager: