2 references to TryRemoveInternal
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentDictionary.cs (2)
403return TryRemoveInternal(key, out value, matchValue: false, default); 428return TryRemoveInternal(item.Key, out _, matchValue: true, item.Value);