1 write to _signature
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (1)
35
_signature
= signature;
6 references to _signature
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (6)
42
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(
_signature
, _context);
74
result =
_signature
.FuncType.CompareTo(otherNode.
_signature
.FuncType);
88
dependencies.Add(factory.WasmTypeNode(
_signature
), "Wasm unboxing stub requires entry type node");
96
ReadOnlySpan<WasmValueType> parameters =
_signature
.FuncType.Params.Types;
118
_signature
.FuncType,