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