2 references to Create
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (1)
36_tree = IntervalTree.Create(new IntervalIntrospector(textBuffer.CurrentSnapshot), nodeValues);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Collections\IntervalTree.cs (1)
17return Create(in introspector, (IEnumerable<T>)values);