1 write to _indentationTree
Microsoft.CodeAnalysis.CodeStyle (1)
FormattingContext.cs (1)
67_indentationTree = new ContextIntervalTree<IndentationData, FormattingContextIntervalIntrospector>(new FormattingContextIntervalIntrospector());
9 references to _indentationTree
Microsoft.CodeAnalysis.CodeStyle (9)
FormattingContext.cs (9)
86_indentationTree.AddIntervalInPlace(data); 111_indentationTree.AddIntervalInPlace(data); 211_indentationTree.AddIntervalInPlace(relativeIndentationData); 221_indentationTree.AddIntervalInPlace(new SimpleIndentationData(intervalTreeSpan, operation.IndentationDeltaOrPosition)); 227var indentationData = _indentationTree.GetSmallestContainingInterval(operation.TextSpan.Start, 0); 232_indentationTree.AddIntervalInPlace(new SimpleIndentationData(intervalTreeSpan, indentation)); 260_indentationTree.AddIntervalInPlace(derived); 445var indentationData = _indentationTree.GetSmallestContainingInterval(position, 0); 448DebugCheckEmpty(_indentationTree, new TextSpan(position, 0));