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