8 implementations of Clear
Microsoft.Build.Framework (1)
ImmutableSegmentedDictionary`2.cs (1)
319IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Clear()
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
310IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Clear()
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
310IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Clear()
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedDictionary`2.cs (1)
310IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Clear()
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
310IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Clear()
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
310IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Clear()
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
204IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Clear()
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
132IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Clear()
1 reference to Clear
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableDictionaryTestBase.cs (1)
240Assert.True(IsSame(empty, empty.Clear()));