4 references to Clear
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
313=> 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()));