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