3 references to ToImmutableSegmentedDictionary
Microsoft.CodeAnalysis.UnitTests (3)
Collections\ImmutableSegmentedDictionaryBuilderTest.cs (3)
274
var dictionary = builder.
ToImmutableSegmentedDictionary
();
284
Assert.True(builder.
ToImmutableSegmentedDictionary
().IsEmpty);
288
Assert.Throws<ArgumentNullException>("builder", () => nullBuilder!.
ToImmutableSegmentedDictionary
());