3 references to AreAllBucketsEmpty
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (3)
719
if (
AreAllBucketsEmpty
())
1507
if (!
AreAllBucketsEmpty
())
1521
return
AreAllBucketsEmpty
();