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