3 writes to _pendingCount
System.ServiceModel.Primitives (3)
Internals\System\Runtime\InputQueue.cs (3)
1023_pendingCount--; 1042_pendingCount++; 1048_pendingCount--;
4 references to _pendingCount
System.ServiceModel.Primitives (4)
Internals\System\Runtime\InputQueue.cs (4)
1014get { return ItemCount > _pendingCount; } 1021if (_pendingCount == ItemCount) 1030Fx.AssertAndThrow(ItemCount != _pendingCount, "ItemQueue does not contain any available items"); 1047Fx.AssertAndThrow(_pendingCount != 0, "ItemQueue does not contain any pending items");