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