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