3 writes to BusyCount
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\LifetimeManager.cs (3)
181
if (--
BusyCount
== 0)
213
BusyCount
++;
220
BusyCount
++;
4 references to BusyCount
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\LifetimeManager.cs (3)
97
if (
BusyCount
> 0)
137
if (
BusyCount
> 0)
177
if (
BusyCount
<= 0)
System\ServiceModel\ServiceChannelManager.cs (1)
151
if (
BusyCount
== 0)