1 write to _waitHandle
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
371_waitHandle = new ManualResetEvent(false);
4 references to _waitHandle
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (4)
386_waitHandle.Dispose(); 396_waitHandle.Set(); 416bool expired = !TimeoutHelper.WaitOne(_waitHandle, timeout); 429_waitHandle.Set(); // unblock other waiters if there are any