2 references to TopLevel
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (2)
195Return SyntaxComparer.TopLevel.ComputeMatch(oldCompilationUnit, newCompilationUnit) 219Return If(oldNode IsNot Nothing AndAlso newNode IsNot Nothing, SyntaxComparer.TopLevel.ComputeMatch(oldNode, newNode), Nothing)