1 write to _suppressSpacingTree
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
67
_suppressSpacingTree
= new ContextMutableIntervalTree<SuppressSpacingData, SuppressIntervalIntrospector>(new SuppressIntervalIntrospector());
2 references to _suppressSpacingTree
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (2)
323
_suppressSpacingTree
.AddIntervalInPlace(data);
629
var data =
_suppressSpacingTree
.GetSmallestEdgeExclusivelyContainingInterval(textSpan.Start, textSpan.Length);