1 write to _suppressWrappingTree
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
66
_suppressWrappingTree
= new ContextMutableIntervalTree<SuppressWrappingData, SuppressIntervalIntrospector>(new SuppressIntervalIntrospector());
2 references to _suppressWrappingTree
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (2)
373
_suppressWrappingTree
.AddIntervalInPlace(data);
600
var data =
_suppressWrappingTree
.GetSmallestEdgeExclusivelyContainingInterval(textSpan.Start, textSpan.Length);