6 references to Create
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (2)
177
IntervalTree = SimpleIntervalTree.
Create
(new TextSpanIntervalIntrospector(), Array.Empty<TextSpan>());
178
PossibleNullableImpactIntervalTree = SimpleIntervalTree.
Create
(new TextSpanIntervalIntrospector(), Array.Empty<TextSpan>());
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
FormattingResult.cs (1)
26
var rewriter = new TriviaRewriter(this.TreeInfo.Root, SimpleIntervalTree.
Create
(new TextSpanIntervalIntrospector(), this.FormattedSpan), changeMap, cancellationToken);
Microsoft.CodeAnalysis.Features (1)
SimplifyTypeNamesDiagnosticAnalyzerBase.cs (1)
232
var (completed, intervalTree) = _codeBlockIntervals.GetOrAdd(context.CodeBlock.SyntaxTree, _ => (new StrongBox<bool>(false), SimpleIntervalTree.
Create
(new TextSpanIntervalIntrospector(), Array.Empty<TextSpan>())));
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Formatting\Engine\FormattingResult.vb (1)
26
Dim triviaRewriter = New TriviaDataFactory.TriviaRewriter(Me.TreeInfo.Root, SimpleIntervalTree.
Create
(New TextSpanIntervalIntrospector(), Me.FormattedSpan), changeMap, cancellationToken)
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (1)
31
SimpleIntervalTree.
Create
(new IntervalIntrospector(), Array.Empty<TextChange>());