2 implementations of Count
mscorlib (2)
system\threading\Tasks\ProducerConsumerQueues.cs (2)
86int IProducerConsumerQueue<T>.Count { get { return base.Count; } } 438public int Count
4 references to Count
mscorlib (4)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (4)
261private int ConcurrentTaskCountForDebugger { get { return m_concurrentTaskScheduler.m_tasks.Count; } } 266private int ExclusiveTaskCountForDebugger { get { return m_exclusiveTaskScheduler.m_tasks.Count; } } 316int concurrentTasksWaitingCount = m_concurrentTaskScheduler.m_tasks.Count; 662private int CountForDebugger { get { return m_tasks.Count; } }