3 references to ToImmutableSortedSet
Microsoft.DotNet.XUnitAssert.Tests (2)
SetAssertsTests.cs (2)
27 Assert.Contains("FORTY-two", set.ToImmutableSortedSet(StringComparer.OrdinalIgnoreCase)); 107 assertFailure(() => Assert.DoesNotContain("FORTY-two", set.ToImmutableSortedSet(StringComparer.OrdinalIgnoreCase)));
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedSet.cs (1)
179return ToImmutableSortedSet(source, null);