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)
17
return
Create
(in introspector, (IEnumerable<T>)values);