Implemented interface member:
4 references to Remove
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (2)
182return GetOrCreateMutableDictionary().Remove(key); 192GetOrCreateMutableDictionary().Remove(item.Key);
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
289Remove(keyValuePair.Key); 1148Remove((TKey)key);