3 instantiations of TextSpanMutableIntervalTree
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractAggregatedFormattingResult.cs (1)
48
=> _formattingSpans ?? new
TextSpanMutableIntervalTree
(_formattingResults.Select(r => r.FormattedSpan));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Editing\ImportAdderService.cs (1)
42
var spansTree = new
TextSpanMutableIntervalTree
(spans);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Simplification\AbstractSimplificationService.cs (1)
94
var spansTree = new
TextSpanMutableIntervalTree
(spans);
6 references to TextSpanMutableIntervalTree
Microsoft.CodeAnalysis.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\AbstractSyntaxFormatting.cs (1)
28
protected abstract IFormattingResult CreateAggregatedFormattingResult(SyntaxNode node, IList<AbstractFormattingResult> results,
TextSpanMutableIntervalTree
? formattingSpans = null);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractAggregatedFormattingResult.cs (3)
21
private readonly
TextSpanMutableIntervalTree
? _formattingSpans;
29
TextSpanMutableIntervalTree
? formattingSpans)
47
protected
TextSpanMutableIntervalTree
GetFormattingSpans()
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Editing\ImportAdderService.cs (1)
42
var
spansTree = new TextSpanMutableIntervalTree(spans);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Simplification\AbstractSimplificationService.cs (1)
94
var
spansTree = new TextSpanMutableIntervalTree(spans);