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