1 write to Signature
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1028
Signature
= signature;
4 references to Signature
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (4)
471
return new WasmVirtualDispatchThunkNode(this, key.
Signature
);
1033
return
Signature
.FuncType.Equals(other.
Signature
.FuncType);
1043
return
Signature
.FuncType.GetHashCode();