6 references to IsEmpty
mscorlib (5)
system\Collections\Concurrent\ConcurrentQueue.cs (4)
258
/// that another thread will modify the collection after <see cref="
IsEmpty
"/> returns, thus invalidating
390
/// For determining whether the collection contains any items, use of the <see cref="
IsEmpty
"/>
603
while (!
IsEmpty
)
626
while (!
IsEmpty
)
system\threading\Tasks\ProducerConsumerQueues.cs (1)
83
bool IProducerConsumerQueue<T>.IsEmpty { get { return base.
IsEmpty
; } }
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1521
if (!_pendingOpens.
IsEmpty
&& _pendingOpensWaiting == 0) {