2 references to ToImmutableSegmentedDictionary
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedDictionaryTest.cs (2)
139var intDictionary = list.ToImmutableSegmentedDictionary(n => (double)n); 150Assert.Throws<ArgumentNullException>("keySelector", () => list.ToImmutableSegmentedDictionary<int, int>(null!));