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