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