1 write to _returnType
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
359
_returnType
= returnType;
5 references to _returnType
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (5)
376
if (_hasThis != other._hasThis || _isVarArg != other._isVarArg || !
_returnType
.Equals(other.
_returnType
))
395
_returnType
.GetHashCode() :
396
VersionResilientHashCode.GenericInstanceHashCode(
_returnType
.GetHashCode(), _parameterTypes));
420
thRetType =
_returnType
;