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