1 write to _returnType
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (1)
79_returnType = returnType;
13 references to _returnType
ILCompiler.TypeSystem (13)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (11)
93TypeDesc returnTypeNew = _returnType.InstantiateSignature(substitution, default(Instantiation)); 94if (returnTypeNew != _returnType) 160return _returnType; 283if (!IsTypeEqualHelper(this._returnType, otherSignature._returnType, allowEquivalence, visited)) 288if (!otherSignature._returnType.IsCompatibleWith(this._returnType, visited)) 361return TypeHashingAlgorithms.ComputeMethodSignatureHashCode(_returnType.GetHashCode(), _parameters); 369public override TypeSystemContext Context => _returnType.Context; 413_returnType = template._returnType; 472_returnType != _template._returnType ||
parent\parent\Common\TypeSystem\Sorting\MethodSignature.Sorting.cs (2)
25result = comparer.Compare(_returnType, other._returnType);