4 references to DescendantNodesAndTokensImpl
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\SyntaxNode.cs (4)
338
return
DescendantNodesAndTokensImpl
(Span, descendIntoChildren, includeSelf: false);
348
return
DescendantNodesAndTokensImpl
(span, descendIntoChildren, includeSelf: false);
357
return
DescendantNodesAndTokensImpl
(Span, descendIntoChildren, includeSelf: true);
366
return
DescendantNodesAndTokensImpl
(span, descendIntoChildren, includeSelf: true);