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