4 references to DescendantTrivia
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNode.cs (3)
1354
return this.
DescendantTrivia
(descendIntoChildrenGreen: static n => n.ContainsAnnotations, descendIntoChildrenRed: null, descendIntoTrivia: true)
1363
return this.
DescendantTrivia
(descendIntoChildrenGreen: static n => n.ContainsAnnotations, descendIntoChildrenRed: null, descendIntoTrivia: true)
1372
return this.
DescendantTrivia
(descendIntoChildrenGreen: static n => n.ContainsAnnotations, descendIntoChildrenRed: null, descendIntoTrivia: true)
Syntax\SyntaxNodeOrToken.cs (1)
872
foreach (var trivia in node.
DescendantTrivia
(descendIntoChildrenGreen: static node => node.ContainsDirectives, descendIntoChildrenRed: null, descendIntoTrivia: true))