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)
93
TypeDesc returnTypeNew =
_returnType
.InstantiateSignature(substitution, default(Instantiation));
94
if (returnTypeNew !=
_returnType
)
160
return
_returnType
;
283
if (!IsTypeEqualHelper(this.
_returnType
, otherSignature.
_returnType
, allowEquivalence, visited))
288
if (!otherSignature.
_returnType
.IsCompatibleWith(this.
_returnType
, visited))
361
return TypeHashingAlgorithms.ComputeMethodSignatureHashCode(
_returnType
.GetHashCode(), _parameters);
369
public override TypeSystemContext Context =>
_returnType
.Context;
413
_returnType = template.
_returnType
;
472
_returnType != _template.
_returnType
||
parent\parent\Common\TypeSystem\Sorting\MethodSignature.Sorting.cs (2)
25
result = comparer.Compare(
_returnType
, other.
_returnType
);