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"/> 603while (!IsEmpty) 626while (!IsEmpty)
system\threading\Tasks\ProducerConsumerQueues.cs (1)
83bool IProducerConsumerQueue<T>.IsEmpty { get { return base.IsEmpty; } }
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1521if (!_pendingOpens.IsEmpty && _pendingOpensWaiting == 0) {