2 writes to _thunkKind
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (2)
52_thunkKind = ImportThunkKind.DelayLoadHelperWithExistingIndirectionCell; 64_thunkKind = ImportThunkKind.DelayLoadHelper;
4 references to _thunkKind
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (4)
77sb.Append($"(ImportSection:{_containingImportSection.Name},Kind:{_thunkKind},Sig:{_wasmSignature.SignatureString})"); 98int result = ((int)_thunkKind).CompareTo((int)otherNode._thunkKind); 117Debug.Assert(_thunkKind == ImportThunkKind.DelayLoadHelper);