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