7 references to Count
System (7)
sys\system\collections\concurrent\ConcurrentBag.cs (7)
160
if (list.
Count
< 2 || m_needSync)
229
if (list == null || list.
Count
== 0)
245
if (list.
Count
<= 2 || m_needSync)
252
if (list.
Count
== 0)
441
if (list.
Count
<= 2 && list.m_currentOp != (int)ListOperation.None)
449
if (list.
Count
> 0)
875
count += currentList.
Count
;