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