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)
77
sb.Append($"(ImportSection:{_containingImportSection.Name},Kind:{
_thunkKind
},Sig:{_wasmSignature.SignatureString})");
98
int result = ((int)
_thunkKind
).CompareTo((int)otherNode.
_thunkKind
);
117
Debug.Assert(
_thunkKind
== ImportThunkKind.DelayLoadHelper);