2 references to Remove
Microsoft.Build.Framework (2)
ImmutableSegmentedDictionary`2.cs (1)
337IImmutableDictionary<TKey, TValue> IImmutableDictionary<TKey, TValue>.Remove(TKey key) => Remove(key);
RoslynImmutableInterlocked.cs (1)
477var updatedCollection = priorCollection.Remove(key);