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)
932get { return _totalCount > _pendingCount; } 942if (_pendingCount == _totalCount) 951Fx.AssertAndThrow(_totalCount != _pendingCount, "ItemQueue does not contain any available items"); 968Fx.AssertAndThrow(_pendingCount != 0, "ItemQueue does not contain any pending items");