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));
227
var indentationData =
_indentationTree
.GetSmallestContainingInterval(operation.TextSpan.Start, 0);
232
_indentationTree
.AddIntervalInPlace(new SimpleIndentationData(intervalTreeSpan, indentation));
260
_indentationTree
.AddIntervalInPlace(derived);
445
var indentationData =
_indentationTree
.GetSmallestContainingInterval(position, 0);
448
DebugCheckEmpty(
_indentationTree
, new TextSpan(position, 0));