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