1 write to _suppressFormattingTree
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
68
_suppressFormattingTree
= new ContextMutableIntervalTree<SuppressSpacingData, SuppressIntervalIntrospector>(new SuppressIntervalIntrospector());
2 references to _suppressFormattingTree
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (2)
344
_suppressFormattingTree
.AddIntervalInPlace(data);
651
=>
_suppressFormattingTree
.HasIntervalThatIntersectsWith(textSpan.Start, textSpan.Length);