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