1 instantiation of DescendantTokenEnumerable
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxNode.cs (1)
375return new DescendantTokenEnumerable(this, descendIntoChildren);
1 reference to DescendantTokenEnumerable
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxNode.cs (1)
373internal DescendantTokenEnumerable DescendantTokens(Func<SyntaxNode, bool>? descendIntoChildren = null)