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)
344
if ((exceptionQ != null) && (exceptionQ.
Count
> 0))
system\threading\Tasks\ProducerConsumerQueues.cs (2)
86
int IProducerConsumerQueue<T>.Count { get { return base.
Count
; } }
90
int IProducerConsumerQueue<T>.GetCountSafe(object syncObj) { return base.
Count
; }
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
969
if (freeStringBuilders.
Count
<= maxPooledStringBuilders)