2 writes to Range
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\DocumentSymbolsHandler.cs (1)
129Range = ProtocolConversions.TextSpanToRange(spans.First(), text),
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Symbols\DocumentSymbolsTests.cs (1)
256Range = location.Range,
8 references to Range
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\DocumentSymbol.cs (1)
88/// Must be contained by the <see cref="Range"/>.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Symbols\DocumentSymbolsTests.cs (2)
238Assert.Equal(expected.Range, actual.Range);
Microsoft.VisualStudio.LanguageServices (5)
DocumentOutline\DocumentOutlineViewModel_Utilities.cs (5)
104.OrderBy(x => x.Range.Start.Line) 105.ThenBy(x => x.Range.Start.Character) 145GetSymbolRangeSpan(currentParent.Range), 153var parentRange = RangeToLinePositionSpan(parent.Range); 154var childRange = RangeToLinePositionSpan(child.Range);