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