2 overrides of TypeSymbolEquals
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeWithAnnotations.cs (2)
902
internal override bool
TypeSymbolEquals
(TypeWithAnnotations type, TypeWithAnnotations other, TypeCompareKind comparison)
1053
internal override bool
TypeSymbolEquals
(TypeWithAnnotations type, TypeWithAnnotations other, TypeCompareKind comparison)
1 reference to TypeSymbolEquals
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
411
_extensions.
TypeSymbolEquals
(this, other, comparison);