1 write to Parent
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SelectionRanges\SelectionRangeHandler.cs (1)
78Parent = current
5 references to Parent
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
SelectionRanges\SelectionRangesTests.cs (5)
202for (var current = result; current is not null; current = current.Parent) 237while (current.Parent is not null) 240ContainsOrEquals(current.Parent.Range, current.Range), 241$"Parent range {current.Parent.Range} should contain child range {current.Range}"); 242current = current.Parent;