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();
1036
if (!TimeoutHelper.WaitOne(
_waitEvent
, timeout))
1046
_waitEvent
.WaitOne();
1056
_waitEvent
.Dispose();