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