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)
33case ImportThunkKind.DelayLoadHelperWithExistingIndirectionCell:
Compiler\DependencyAnalysis\ReadyToRun\Target_ARM64\ImportThunk.cs (1)
36case ImportThunkKind.DelayLoadHelperWithExistingIndirectionCell:
Compiler\DependencyAnalysis\ReadyToRun\Target_LoongArch64\ImportThunk.cs (1)
37case ImportThunkKind.DelayLoadHelperWithExistingIndirectionCell:
Compiler\DependencyAnalysis\ReadyToRun\Target_X64\ImportThunk.cs (1)
40case ImportThunkKind.DelayLoadHelperWithExistingIndirectionCell:
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
52_thunkKind = ImportThunkKind.DelayLoadHelperWithExistingIndirectionCell;