2 references to GetSignature
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1630return _wasmTypeNodes.GetOrAdd(WasmLowering.GetSignature(desc).FuncType);
Compiler\DependencyAnalysis\Target_Wasm\WasmTentativeMethodNode.cs (1)
15WasmFuncType signature = WasmLowering.GetSignature(Method).FuncType;