6 references to DelayLoadHelperWithExistingIndirectionCell
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\ImportThunk.cs (1)
48
_thunkKind = ImportThunkKind.
DelayLoadHelperWithExistingIndirectionCell
;
Compiler\DependencyAnalysis\ReadyToRun\Target_ARM\ImportThunk.cs (1)
33
case ImportThunkKind.
DelayLoadHelperWithExistingIndirectionCell
:
Compiler\DependencyAnalysis\ReadyToRun\Target_ARM64\ImportThunk.cs (1)
36
case ImportThunkKind.
DelayLoadHelperWithExistingIndirectionCell
:
Compiler\DependencyAnalysis\ReadyToRun\Target_LoongArch64\ImportThunk.cs (1)
37
case ImportThunkKind.
DelayLoadHelperWithExistingIndirectionCell
:
Compiler\DependencyAnalysis\ReadyToRun\Target_X64\ImportThunk.cs (1)
40
case ImportThunkKind.
DelayLoadHelperWithExistingIndirectionCell
:
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
52
_thunkKind = ImportThunkKind.
DelayLoadHelperWithExistingIndirectionCell
;