1 write to _waitEvent
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InputQueue.cs (1)
1192
_waitEvent
= new ManualResetEvent(false);
2 references to _waitEvent
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InputQueue.cs (2)
1200
_waitEvent
.Set();
1206
if (!TimeoutHelper.WaitOne(
_waitEvent
, timeout))