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