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)
101if (_busyWaiter != null) 105busyWaiter = _busyWaiter; 142if (_busyWaiter != null) 144busyWaiter = _busyWaiter; 200if (_busyWaiter != null) 208Fx.Assert(_busyWaiter == null, "LifetimeManager.OnBeginClose: (this.busyWaiter == null)"); 247_busyWaiter.Dispose();