2 writes to RangeSpan
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentSymbolData.cs (2)
29RangeSpan = rangeSpan; 38RangeSpan = documentSymbolData.RangeSpan;
6 references to RangeSpan
Microsoft.VisualStudio.LanguageServices (4)
DocumentOutline\DocumentOutlineHelper.cs (2)
207sortedDocumentSymbols.Sort(static (x, y) => x.RangeSpan.Start - y.RangeSpan.Start);
DocumentOutline\DocumentSymbolData.cs (1)
38RangeSpan = documentSymbolData.RangeSpan;
DocumentOutline\DocumentSymbolUIItem.cs (1)
75RangeSpan = documentSymbolData.RangeSpan;
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
DocumentOutline\DocumentOutlineTests.cs (2)
106Assert.True(sortedSymbols[i].RangeSpan.Start < sortedSymbols[i + 1].RangeSpan.Start);