5 references to Nodes
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\BlockContexts\CompilationUnitContext.vb (2)
445
If leadingTrivia IsNot Nothing AndAlso New CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of VisualBasicSyntaxNode)(leadingTrivia).
Nodes
.Contains(original) Then
452
If trailingTrivia IsNot Nothing AndAlso New CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of VisualBasicSyntaxNode)(trailingTrivia).
Nodes
.Contains(original) Then
Parser\ParseXml.vb (3)
1699
For Each node In nodesSoFar.
Nodes
1708
Debug.Assert(tempNodes.
Nodes
.Length = 1)
1710
For Each node In tempNodes.
Nodes