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