4 references to DescendantNodesAndTokensImpl
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\SyntaxNode.cs (4)
327
return
DescendantNodesAndTokensImpl
(Span, descendIntoChildren, includeSelf: false);
337
return
DescendantNodesAndTokensImpl
(span, descendIntoChildren, includeSelf: false);
346
return
DescendantNodesAndTokensImpl
(Span, descendIntoChildren, includeSelf: true);
355
return
DescendantNodesAndTokensImpl
(span, descendIntoChildren, includeSelf: true);