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();
416
bool expired = !TimeoutHelper.WaitOne(
_waitHandle
, timeout);
429
_waitHandle
.Set(); // unblock other waiters if there are any