5 writes to _count
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ReliableChannelBinder.cs (5)
1185_count += 1; 1186_count += (_getChannelQueue == null) ? 0 : _getChannelQueue.Count; 1187_count += (_waitQueue == null) ? 0 : _waitQueue.Count; 1322_count--; 1566_count++;
8 references to _count
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ReliableChannelBinder.cs (8)
943if (_count == 0) 1122if (_count == 0) 1131if (!faultBinder && _count == 0) 1251if (_count <= 0) 1317if (_count <= 0) 1323drained = (_count == 0) && (_drainEvent != null); 1339if (!faultBinder && (_state == State.ChannelClosing) && (_count == 0)) 1674if (_count > 0)