4 references to DescendantNodesAndTokensAndSelf
Microsoft.CodeAnalysis.Features (1)
Structure\Syntax\BlockSpanCollector.cs (1)
49
foreach (var nodeOrToken in root.
DescendantNodesAndTokensAndSelf
(descendIntoTrivia: true))
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractInterface\VisualBasicExtractInterfaceService.vb (1)
126
token = currentRoot.
DescendantNodesAndTokensAndSelf
().FirstOrDefault(Function(x) x.HasAnnotation(annotation))
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
87
foreach (var current in root.
DescendantNodesAndTokensAndSelf
(descendIntoTrivia: true))
Shared\Utilities\SemanticMap.Walker.cs (1)
16
foreach (var child in node.
DescendantNodesAndTokensAndSelf
())