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(); 1206if (!TimeoutHelper.WaitOne(_waitEvent, timeout))