4 references to DescendantNodesImpl
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\SyntaxNode.cs (4)
289return DescendantNodesImpl(Span, descendIntoChildren, includeSelf: false); 299return DescendantNodesImpl(span, descendIntoChildren, includeSelf: false); 308return DescendantNodesImpl(Span, descendIntoChildren, includeSelf: true); 318return DescendantNodesImpl(span, descendIntoChildren, includeSelf: true);