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