4 references to GetSignature
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (1)
255dependencies.Add(context.WasmR2RToInterpreterThunk(WasmLowering.GetSignature(_targetMethod)), "Interpreter fallback for Wasm unboxing target");
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
198WasmSignature targetSignature = WasmLowering.GetSignature(targetMethod); 1517WasmFuncType funcType = WasmLowering.GetSignature(method).FuncType;
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
868WasmSignature wasmSig = WasmLowering.GetSignature(MethodBeingCompiled);