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