3 references to GetIntervalsThatIntersectWith
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (1)
56
var intersectingIntervals = _tree.
GetIntervalsThatIntersectWith
(
Microsoft.CodeAnalysis.Workspaces (2)
FormattingContext.cs (1)
456
=> _relativeIndentationTree.
GetIntervalsThatIntersectWith
(this.TreeData.StartPosition, this.TreeData.EndPosition, new FormattingContextIntervalIntrospector()).Select(i => i.Operation);
SimpleIntervalTree`2.cs (1)
50
=>
GetIntervalsThatIntersectWith
(start, length, in _introspector);