3 references to TypeSymbolEquals
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceLocalSymbol.cs (1)
398originalType.Value.TypeSymbolEquals(newType, TypeCompareKind.ConsiderEverything));
Symbols\TypeWithAnnotations.cs (2)
352else if (!other.HasType || !TypeSymbolEquals(other, comparison)) 1194return _underlying.TypeSymbolEquals(otherLazy._underlying, comparison);