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