4 references to WaitOne
System.ServiceModel.Primitives (4)
Internals\System\Runtime\InputQueue.cs (2)
1110if (!TimeoutHelper.WaitOne(_waitEvent, timeout)) 1206if (!TimeoutHelper.WaitOne(_waitEvent, timeout))
System\ServiceModel\Channels\ServiceChannel.cs (1)
2293bool timedOut = !TimeoutHelper.WaitOne(_wait, timeout);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
767if (!TimeoutHelper.WaitOne(_wait, timeout))