3 writes to _pendingCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (3)
944
_pendingCount
--;
963
_pendingCount
++;
969
_pendingCount
--;
4 references to _pendingCount
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (4)
932
get { return _totalCount >
_pendingCount
; }
942
if (
_pendingCount
== _totalCount)
951
Fx.AssertAndThrow(_totalCount !=
_pendingCount
, "ItemQueue does not contain any available items");
968
Fx.AssertAndThrow(
_pendingCount
!= 0, "ItemQueue does not contain any pending items");