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