2 references to TypeSymbolEquals
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeWithAnnotations.cs (2)
352
else if (!other.HasType || !
TypeSymbolEquals
(other, comparison))
1194
return _underlying.
TypeSymbolEquals
(otherLazy._underlying, comparison);