3 writes to busyCount
System.ServiceModel (3)
System\ServiceModel\Channels\LifetimeManager.cs (3)
160if (--this.busyCount == 0) 196this.busyCount++; 203this.busyCount++;
4 references to busyCount
System.ServiceModel (4)
System\ServiceModel\Channels\LifetimeManager.cs (4)
37get { return this.busyCount; } 119if (this.busyCount > 0) 156if (this.busyCount <= 0) 218if (this.busyCount > 0)