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