1 write to waitHandle
System.ServiceModel (1)
System\ServiceModel\Channels\LifetimeManager.cs (1)
392this.waitHandle = new ManualResetEvent(false);
4 references to waitHandle
System.ServiceModel (4)
System\ServiceModel\Channels\LifetimeManager.cs (4)
407this.waitHandle.Close(); 417this.waitHandle.Set(); 437bool expired = !TimeoutHelper.WaitOne(this.waitHandle, timeout); 450this.waitHandle.Set(); // unblock other waiters if there are any