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