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