4 references to _equals
Microsoft.CodeAnalysis.Extensions.Package (4)
src\Dependencies\Contracts\EqualityComparerExtensions.cs (4)
50_equals(x, y); 56=> obj is DelegateEqualityComparer<T> other && _equals == other._equals && _getHashCode == other._getHashCode; 59=> unchecked(_equals.GetHashCode() * (int)0xA5555529 + _getHashCode.GetHashCode());