2 references to TextSpanMutableIntervalTree
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\TextSpanMutableIntervalTree.cs (1)
19
public TextSpanMutableIntervalTree() :
this
(null)
Microsoft.CodeAnalysis.CSharp.CodeStyle (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);