Implemented interface member:
4 references to Remove
Microsoft.CodeAnalysis.Collections.Package (4)
Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (2)
182return GetOrCreateMutableDictionary().Remove(key); 192GetOrCreateMutableDictionary().Remove(item.Key);
Segmented\SegmentedDictionary`2.cs (2)
289Remove(keyValuePair.Key); 1148Remove((TKey)key);