3 writes to _busyCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (3)
140if (--_busyCount == 0) 176_busyCount++; 183_busyCount++;
4 references to _busyCount
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (4)
34get { return _busyCount; } 99if (_busyCount > 0) 136if (_busyCount <= 0) 198if (_busyCount > 0)