1 write to ReturnType
System.Private.TypeLoader (1)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
79
=> (
ReturnType
, ParameterTypes, IsUnmanaged) = (returnType, parameterTypes, isUnmanaged);
2 references to ReturnType
System.Private.TypeLoader (2)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (2)
88
|| !key.
ReturnType
.Equals(RuntimeAugments.GetFunctionPointerReturnType(value)))
123
return TypeHashingAlgorithms.ComputeMethodSignatureHashCode(key.
ReturnType
.GetHashCode(), key.ParameterTypes);