2 references to EqualsIgnoringTupleUnderlyingType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Tuples\TupleTypeSymbol.cs (2)
113if (!IsTupleType || (original._lazyTupleData == null && this._lazyTupleData == null) || TupleData!.EqualsIgnoringTupleUnderlyingType(original.TupleData)) 175if (newData.EqualsIgnoringTupleUnderlyingType(TupleData))