2 references to Equals
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeParameterSymbol.cs (2)
653return this.Equals(t2 as TypeParameterSymbol, comparison); 658return Equals(other, TypeCompareKind.ConsiderEverything);