1 instantiation of SyntaxNodeFinder
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
BasicTestBase.vb (1)
759
Dim finder As New
SyntaxNodeFinder
()
4 references to SyntaxNodeFinder
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\SemanticModelAPITests.vb (1)
3824
For Each name In
SyntaxNodeFinder
.FindNodes(tree.GetRoot(), SyntaxKind.DeclareSubStatement)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
DocumentationComments\DocCommentTests.vb (3)
11890
Dim names =
SyntaxNodeFinder
.FindNodes(Of IdentifierNameSyntax)(cref, SyntaxKind.IdentifierName)
11911
Dim crefs =
SyntaxNodeFinder
.FindNodes(Of CrefReferenceSyntax)(tree.GetRoot(), SyntaxKind.CrefReference)
11916
Return
SyntaxNodeFinder
.FindNodes(Of CrefReferenceSyntax)(tree.GetRoot(), SyntaxKind.CrefReference)