1 write to Signature
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1484
Signature
= signature;
4 references to Signature
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (4)
476
return new WasmUnboxingStubNode(this, key.
Signature
, key.TargetType, key.Kind, key.HasReturnBuffer);
1491
Signature
.FuncType.Equals(other.
Signature
.FuncType) &&
1496
public override int GetHashCode() => HashCode.Combine(
Signature
.FuncType, TargetType, Kind, HasReturnBuffer);