3 references to Create
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Collections\IntervalTreeTests.cs (2)
273=> IntervalTree<int>.Create(new Int32Introspector(), values); 312var tree = IntervalTree<int>.Create(new Int32Introspector(), new[] { 1, 0 });
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Collections\IntervalTree.cs (1)
23return IntervalTree<T>.Create(in introspector, values ?? SpecializedCollections.EmptyEnumerable<T>());