1 write to RangeSpan
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentSymbolUIItem.cs (1)
75RangeSpan = documentSymbolData.RangeSpan;
4 references to RangeSpan
Microsoft.VisualStudio.LanguageServices (3)
DocumentOutline\DocumentOutlineControl_ModelComputation.cs (1)
190DocumentOutlineHelper.ExpandAncestors(documentSymbolUIItems, symbolToSelect.RangeSpan);
DocumentOutline\DocumentOutlineHelper.cs (2)
300if (symbol.RangeSpan.IntersectsWith(originalCaretPoint)) 344if (symbol.RangeSpan.Contains(rangeSpan))
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTests.cs (1)
234DocumentOutlineHelper.ExpandAncestors(uiItems, selectedNode.RangeSpan);