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(
95
foreach (var tagSpan in
_tree
)
109
foreach (var tagSpan in
_tree
)
117
foreach (var tagSpan in
_tree
)
125
foreach (var tagSpan in
_tree
)
143
_tree
.Algorithms.FillWithIntervalsThatIntersectWith(