2 writes to busyCount
System.ServiceModel (2)
System\ServiceModel\ServiceHost.cs (2)
1205
Interlocked.Increment(ref this.
busyCount
);
1229
Interlocked.Decrement(ref this.
busyCount
);
1 reference to busyCount
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
1238
return this.
busyCount
;