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