5 writes to _busyWaiter
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (5)
110
_busyWaiter
= busyWaiter;
122
_busyWaiter
= null;
157
_busyWaiter
= null;
209
_busyWaiter
= closeResult;
248
_busyWaiter
= null;
7 references to _busyWaiter
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (7)
101
if (
_busyWaiter
!= null)
105
busyWaiter =
_busyWaiter
;
142
if (
_busyWaiter
!= null)
144
busyWaiter =
_busyWaiter
;
200
if (
_busyWaiter
!= null)
208
Fx.Assert(
_busyWaiter
== null, "LifetimeManager.OnBeginClose: (this.busyWaiter == null)");
247
_busyWaiter
.Dispose();