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