5 references to SymbolsEquivalent
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
2479!SymbolsEquivalent(oldSymbol.ContainingNamespace, newSymbol.ContainingNamespace)) 3875if (!oldMethod.ExplicitInterfaceImplementations.SequenceEqual(newMethod.ExplicitInterfaceImplementations, SymbolsEquivalent))
Microsoft.CodeAnalysis.VisualBasic.Features (3)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (3)
2447SymbolsEquivalent(x.EventContainer, y.EventContainer) AndAlso 2448SymbolsEquivalent(x.EventSymbol, y.EventSymbol) AndAlso 2449SymbolsEquivalent(x.WithEventsSourceProperty, y.WithEventsSourceProperty)