1 write to _suppressWrappingTree
Microsoft.CodeAnalysis.CodeStyle (1)
FormattingContext.cs (1)
68
_suppressWrappingTree
= new ContextIntervalTree<SuppressWrappingData, SuppressIntervalIntrospector>(new SuppressIntervalIntrospector());
2 references to _suppressWrappingTree
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingContext.cs (2)
397
_suppressWrappingTree
.AddIntervalInPlace(data);
624
var data =
_suppressWrappingTree
.GetSmallestEdgeExclusivelyContainingInterval(textSpan.Start, textSpan.Length);