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