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