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