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