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