4 references to Equals
ILCompiler.TypeSystem (4)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (4)
257return Equals(otherSignature, allowCovariantReturn: false, allowEquivalence: false); 262return Equals(otherSignature, allowCovariantReturn: true, allowEquivalence: true); 267return Equals(otherSignature, allowCovariantReturn: false, allowEquivalence: true, visited: null); 272return Equals(otherSignature, allowCovariantReturn: false, allowEquivalence: true, visited: visited);