Implemented interface members:
property
Count
System.Collections.Generic.IReadOnlyCollection<T>.Count
property
Count
System.Collections.ICollection.Count
6 references to Count
mscorlib (5)
system\Collections\Concurrent\ConcurrentQueue.cs (2)
256/// rather than retrieving the number of items from the <see cref="Count"/> property and comparing it 391/// property is recommended rather than retrieving the number of items from the <see cref="Count"/>
system\threading\Tasks\Parallel.cs (1)
344if ((exceptionQ != null) && (exceptionQ.Count > 0))
system\threading\Tasks\ProducerConsumerQueues.cs (2)
86int IProducerConsumerQueue<T>.Count { get { return base.Count; } } 90int IProducerConsumerQueue<T>.GetCountSafe(object syncObj) { return base.Count; }
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
969if (freeStringBuilders.Count <= maxPooledStringBuilders)