1 write to _waitEvent
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
1080_waitEvent = new ManualResetEvent(false);
2 references to _waitEvent
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
1088_waitEvent.Set(); 1095if (!TimeoutHelper.WaitOne(_waitEvent, timeout))