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