4 references to ToImmutableSegmentedDictionary
Microsoft.CodeAnalysis.UnitTests (4)
Collections\ImmutableSegmentedDictionaryTest.cs (4)
84
}.
ToImmutableSegmentedDictionary
();
118
ImmutableSegmentedDictionary<string, string> dictionary = pairs.
ToImmutableSegmentedDictionary
();
162
var result = dictionary.
ToImmutableSegmentedDictionary
();
272
}.
ToImmutableSegmentedDictionary
();