1 write to _waitEvent
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
1014_waitEvent = new ManualResetEvent(false);
4 references to _waitEvent
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (4)
1026_waitEvent.Set(); 1036if (!TimeoutHelper.WaitOne(_waitEvent, timeout)) 1046_waitEvent.WaitOne(); 1056_waitEvent.Dispose();