6 references to WaitOne
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
1036
if (!TimeoutHelper.
WaitOne
(_waitEvent, timeout))
1095
if (!TimeoutHelper.
WaitOne
(_waitEvent, timeout))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (2)
354
TimeoutHelper.
WaitOne
(this.AsyncWaitHandle, timeout);
416
bool expired = !TimeoutHelper.
WaitOne
(_waitHandle, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2230
if (!TimeoutHelper.
WaitOne
(_wait, timeout))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
766
if (!TimeoutHelper.
WaitOne
(_wait, timeout))