5 writes to _thunkKind
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\ImportThunk.cs (5)
44_thunkKind = ImportThunkKind.VirtualStubDispatch; 48_thunkKind = ImportThunkKind.DelayLoadHelperWithExistingIndirectionCell; 52_thunkKind = ImportThunkKind.Lazy; 59_thunkKind = ImportThunkKind.DelayLoadHelper; 63_thunkKind = ImportThunkKind.Eager;
13 references to _thunkKind
ILCompiler.ReadyToRun (13)
Compiler\DependencyAnalysis\ReadyToRun\ImportThunk.cs (3)
71sb.Append($"(ImportSection:{_containingImportSection.Name},Kind:{_thunkKind})"); 86int result = ((int)_thunkKind).CompareTo((int)otherNode._thunkKind);
Compiler\DependencyAnalysis\ReadyToRun\Target_ARM\ImportThunk.cs (1)
20switch (_thunkKind)
Compiler\DependencyAnalysis\ReadyToRun\Target_ARM64\ImportThunk.cs (2)
18if (_thunkKind == ImportThunkKind.Eager) 33switch (_thunkKind)
Compiler\DependencyAnalysis\ReadyToRun\Target_LoongArch64\ImportThunk.cs (2)
18if (_thunkKind == ImportThunkKind.Eager) 33switch (_thunkKind)
Compiler\DependencyAnalysis\ReadyToRun\Target_RiscV64\ImportThunk.cs (2)
18if (_thunkKind == ImportThunkKind.Eager) 33switch (_thunkKind)
Compiler\DependencyAnalysis\ReadyToRun\Target_X64\ImportThunk.cs (1)
20switch (_thunkKind)
Compiler\DependencyAnalysis\ReadyToRun\Target_X86\ImportThunk.cs (2)
20switch (_thunkKind) 46throw new NotSupportedException(_thunkKind.ToString() + " is not supported");