1 write to _targetTypeNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
48_targetTypeNode = factory.WasmTypeNode(wasmSignature);
3 references to _targetTypeNode
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (3)
76dependencies.Add(_targetTypeNode, "Wasm interpreter-to-R2R thunk requires target type node"); 85ISymbolNode targetTypeIndex = _targetTypeNode; 110WasmFuncType targetFuncType = _targetTypeNode.Type;