2 references to Remove
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (1)
601
var updatedCollection = priorCollection.
Remove
(key);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
330
IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Remove(TKey key) =>
Remove
(key);