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