3 references to ItemCount
System.ServiceModel.Internals (3)
System\Runtime\InputQueue.cs (3)
52return this.itemQueue.ItemCount; 237if (queueState == QueueState.Shutdown && readerQueue.Count > 0 && itemQueue.ItemCount == 0) 374if (readerQueue.Count > 0 && this.itemQueue.ItemCount == 0)