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