3 writes to pendingCount
System.ServiceModel.Internals (3)
System\Runtime\InputQueue.cs (3)
947this.pendingCount--; 966this.pendingCount++; 972this.pendingCount--;
4 references to pendingCount
System.ServiceModel.Internals (4)
System\Runtime\InputQueue.cs (4)
935get { return this.totalCount > this.pendingCount; } 945if (this.pendingCount == this.totalCount) 954Fx.AssertAndThrow(this.totalCount != this.pendingCount, "ItemQueue does not contain any available items"); 971Fx.AssertAndThrow(this.pendingCount != 0, "ItemQueue does not contain any pending items");