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