Base:
method
Visit
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.VisualBasicSyntaxVisitor.Visit(Microsoft.CodeAnalysis.SyntaxNode)
6 references to Visit
Microsoft.CodeAnalysis.VisualBasic (6)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (1)
304Visit(reference) ' This will write the name to XML
Compilation\DocumentationComments\UnprocessedDocumentationCommentFinder.vb (3)
46finder.Visit(tree.GetRoot(cancellationToken)) 81Me.Visit(node.BlockStatement) 123Me.Visit(asNode)
Syntax\VisualBasicSyntaxWalker.vb (2)
44Me.Visit(asNode) 80Visit(DirectCast(trivia.GetStructure(), VisualBasicSyntaxNode))