1 write to _tree
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (1)
42_tree = ImmutableIntervalTree<TagSpan<TTag>>.CreateFromSorted(
8 references to _tree
Microsoft.CodeAnalysis.EditorFeatures (8)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (8)
60=> _tree.Algorithms.HasIntervalThatContains(point.Position, length: 0, new IntervalIntrospector(point.Snapshot, _spanTrackingMode)); 63=> _tree.Algorithms.HasIntervalThatIntersectsWith(point.Position, new IntervalIntrospector(point.Snapshot, _spanTrackingMode)); 75_tree.Algorithms.FillWithIntervalsThatIntersectWith( 95foreach (var tagSpan in _tree) 109foreach (var tagSpan in _tree) 117foreach (var tagSpan in _tree) 125foreach (var tagSpan in _tree) 143_tree.Algorithms.FillWithIntervalsThatIntersectWith(