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