5 writes to busyWaiter
System.ServiceModel (5)
System\ServiceModel\Channels\LifetimeManager.cs (5)
130
this.
busyWaiter
= busyWaiter;
142
this.
busyWaiter
= null;
177
this.
busyWaiter
= null;
229
this.
busyWaiter
= closeResult;
268
this.
busyWaiter
= null;
7 references to busyWaiter
System.ServiceModel (7)
System\ServiceModel\Channels\LifetimeManager.cs (7)
121
if (this.
busyWaiter
!= null)
125
busyWaiter = this.
busyWaiter
;
162
if (this.
busyWaiter
!= null)
164
busyWaiter = this.
busyWaiter
;
220
if (this.
busyWaiter
!= null)
228
Fx.Assert(this.
busyWaiter
== null, "LifetimeManager.OnBeginClose: (this.busyWaiter == null)");
267
this.
busyWaiter
.Dispose();