2 references to ToImmutableSegmentedHashSet
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedHashSetTest.nonnetstandard.cs (2)
45Assert.True(IsSame(emptySet, emptySet.ToImmutableSegmentedHashSet(comparer))); 54Assert.True(IsSame(reemptied, reemptied.ToImmutableSegmentedHashSet(comparer))); //, "Getting the empty set from a non-empty instance did not preserve the comparer.");