2 references to DescendantNodes
Microsoft.CodeAnalysis.Features (2)
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
89
var allDeclarationNodes = GetMembers(root.
DescendantNodes
(spanToSearch));
InlineHints\AbstractInlineParameterNameHintsService.cs (1)
65
foreach (var node in root.
DescendantNodes
(textSpan, n => n.Span.IntersectsWith(textSpan)))