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