4 references to Clear
Microsoft.CodeAnalysis (1)
ImmutableSegmentedDictionary`2.cs (1)
320=> Clear();
Microsoft.CodeAnalysis.UnitTests (3)
Collections\ImmutableSegmentedDictionaryTest.cs (3)
273Assert.True(IsSame(ImmutableSegmentedDictionary<string, int>.Empty, dictionary.Clear())); 285ImmutableSegmentedDictionary<string, int> clearedDictionary = dictionary.Clear(); 286Assert.False(IsSame(ImmutableSegmentedDictionary<string, int>.Empty, clearedDictionary.Clear()));