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