Implemented interface member:
5 references to Remove
Microsoft.Build.Framework (5)
ImmutableSegmentedDictionary`2.cs (1)
215
dictionary.
Remove
(key);
ImmutableSegmentedDictionary`2+Builder.cs (2)
170
return GetOrCreateMutableDictionary().
Remove
(key);
180
GetOrCreateMutableDictionary().
Remove
(item.Key);
SegmentedDictionary`2.cs (2)
224
Remove
(keyValuePair.Key);
1112
Remove
((TKey)key);