1 write to _suppressSpacingTree
Microsoft.CodeAnalysis.CodeStyle (1)
FormattingContext.cs (1)
69
_suppressSpacingTree
= new ContextIntervalTree<SuppressSpacingData, SuppressIntervalIntrospector>(new SuppressIntervalIntrospector());
2 references to _suppressSpacingTree
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingContext.cs (2)
345
_suppressSpacingTree
.AddIntervalInPlace(data);
653
var data =
_suppressSpacingTree
.GetSmallestEdgeExclusivelyContainingInterval(textSpan.Start, textSpan.Length);