2 references to CreateRange
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
254
return ImmutableSegmentedHashSet.
CreateRange
(self.KeyComparer, other);
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedHashSetTest.cs (1)
142
set = ImmutableSegmentedHashSet.
CreateRange
<string?>(comparer, (IEnumerable<string>)new[] { "a", "b" });