3 references to WasmTypeNode
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
124ISymbolNode helperTypeIndex = factory.WasmTypeNode(_helperTypeParams);
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
93ISymbolNode helperTypeIndex = factory.WasmTypeNode(s_helperTypeParams);
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3574WasmTypeNode typeNode = _compilation.NodeFactory.WasmTypeNode(typeArray);