3 overrides of TypeSymbolEquals
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeWithAnnotations.cs (3)
930
internal override bool
TypeSymbolEquals
(TypeWithAnnotations type, TypeWithAnnotations other, TypeCompareKind comparison)
1038
internal override bool
TypeSymbolEquals
(TypeWithAnnotations type, TypeWithAnnotations other, TypeCompareKind comparison)
1188
internal override bool
TypeSymbolEquals
(TypeWithAnnotations type, TypeWithAnnotations other, TypeCompareKind comparison)
1 reference to TypeSymbolEquals
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
422
_extensions.
TypeSymbolEquals
(this, other, comparison);