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