2 writes to activityCount
System.ServiceModel (2)
System\ServiceModel\ServiceChannelManager.cs (2)
211if (--this.activityCount == 0) 275this.activityCount++;
4 references to activityCount
System.ServiceModel (4)
System\ServiceModel\ServiceChannelManager.cs (4)
39get { return this.activityCount; } 131if (this.activityCount > 0) 169if (this.activityCount > 0) 207if (!(this.activityCount > 0))