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