1 write to _waitEvent
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InputQueue.cs (1)
1089_waitEvent = new ManualResetEvent(false);
4 references to _waitEvent
System.ServiceModel.Primitives (4)
Internals\System\Runtime\InputQueue.cs (4)
1101_waitEvent.Set(); 1110if (!TimeoutHelper.WaitOne(_waitEvent, timeout)) 1120_waitEvent.WaitOne(); 1130_waitEvent.Dispose();