1 write to _anchorTree
Microsoft.CodeAnalysis.Workspaces (1)
FormattingContext.cs (1)
71
_anchorTree
= new ContextIntervalTree<AnchorData, FormattingContextIntervalIntrospector>(new FormattingContextIntervalIntrospector());
4 references to _anchorTree
Microsoft.CodeAnalysis.Workspaces (4)
FormattingContext.cs (4)
426
_anchorTree
.AddIntervalInPlace(data);
495
var anchorData =
_anchorTree
.GetSmallestContainingInterval(span.Start, 0);
499
DebugCheckEmpty(
_anchorTree
, new TextSpan(span.Start, 0));
566
var anchorData =
_anchorTree
.GetIntervalsThatOverlapWith(baseAnchorData.TextSpan.Start, baseAnchorData.TextSpan.Length);