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