4 references to DescendantNodesImpl
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\SyntaxNode.cs (4)
300return DescendantNodesImpl(Span, descendIntoChildren, includeSelf: false); 310return DescendantNodesImpl(span, descendIntoChildren, includeSelf: false); 319return DescendantNodesImpl(Span, descendIntoChildren, includeSelf: true); 329return DescendantNodesImpl(span, descendIntoChildren, includeSelf: true);