1 write to _typeNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmVirtualDispatchThunkNode.cs (1)
31_typeNode = factory.WasmTypeNode(wasmSignature);
5 references to _typeNode
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\WasmVirtualDispatchThunkNode.cs (5)
108dependencies.Add(_typeNode, "Wasm virtual dispatch thunk requires type node"); 119int portableEntrypointLocalIndex = _typeNode.Type.Params.Types.Length - 1; 120int targetPortableEntrypointLocalIndex = _typeNode.Type.Params.Types.Length; 163expressions.Add(ControlFlow.CallIndirect(_typeNode, 0)); 166_typeNode.Type,