2 references to TryRemoveInternal
mscorlib (2)
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
411
return
TryRemoveInternal
(key, out value, false, default(TValue));
1458
return
TryRemoveInternal
(keyValuePair.Key, out throwAwayValue, true, keyValuePair.Value);