1 write to _returnType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
192
_returnType
= returnType;
4 references to _returnType
Microsoft.Diagnostics.DataContractReader.Contracts (4)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (4)
209
if (_hasThis != other._hasThis || _isVarArg != other._isVarArg || !
_returnType
.Equals(other.
_returnType
))
232
int hashcode = 37 +
_returnType
.GetHashCode();
263
thRetType =
_returnType
;