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)
376if (_hasThis != other._hasThis || _isVarArg != other._isVarArg || !_returnType.Equals(other._returnType)) 395_returnType.GetHashCode() : 396VersionResilientHashCode.GenericInstanceHashCode(_returnType.GetHashCode(), _parameterTypes)); 420thRetType = _returnType;