2 references to Equals
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
376
if (_hasThis != other._hasThis || _isVarArg != other._isVarArg || !_returnType.
Equals
(other._returnType))
386
if (!_parameterTypes[i].
Equals
(other._parameterTypes[i]))