1 write to WaitManualResetEvent
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\Job.cs (1)
83
waitJob.
WaitManualResetEvent
= waitEvent;
2 references to WaitManualResetEvent
Microsoft.TestPlatform.CoreUtilities (2)
Utilities\JobQueue.cs (2)
338
if (job.
WaitManualResetEvent
!= null)
340
job.
WaitManualResetEvent
.Set();