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