9 references to RaiseSignature
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (2)
81MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(_wasmSignature, _context); 144MethodSignature methodSignature = WasmLowering.RaiseSignature(_wasmSignature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (2)
39MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(sigForInterpToR2RThunks, _context); 118MethodSignature methodSignature = WasmLowering.RaiseSignature(_wasmSignature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (2)
48MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(_wasmSignature, _context); 126MethodSignature methodSignature = WasmLowering.RaiseSignature(_wasmSignature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (1)
42MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(_signature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmVirtualDispatchThunkNode.cs (2)
40MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(_wasmSignature, _context); 116MethodSignature methodSignature = WasmLowering.RaiseSignature(_wasmSignature, _context);