1 write to _targetType
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (1)
36
_targetType
= targetType;
4 references to _targetType
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (4)
80
result = comparer.Compare(
_targetType
, otherNode.
_targetType
);
87
dependencies.Add(
_targetType
, "Wasm unboxing stub requires target type node");
167
expressions.Add(ControlFlow.CallIndirect(
_targetType
, 0));