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