Implemented interface member:
4 references to Remove
Microsoft.CodeAnalysis.Collections.Package (4)
ImmutableSegmentedDictionary`2+ValueBuilder.cs (2)
180return GetOrCreateMutableDictionary().Remove(key); 190GetOrCreateMutableDictionary().Remove(item.Key);
SegmentedDictionary`2.cs (2)
287Remove(keyValuePair.Key); 1146Remove((TKey)key);