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