2 references to TextSpanMutableIntervalTree
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\FormattingResult.cs (1)
26
var rewriter = new TriviaRewriter(this.TreeInfo.Root, new
TextSpanMutableIntervalTree
(this.FormattedSpan), changeMap, cancellationToken);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\TextSpanMutableIntervalTree.cs (1)
19
public TextSpanMutableIntervalTree() :
this
(null)