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