1 write to WaitManualResetEvent
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\Job.cs (1)
73return new Job<TPayload> { WaitManualResetEvent = waitEvent };
2 references to WaitManualResetEvent
Microsoft.TestPlatform.CoreUtilities (2)
Utilities\JobQueue.cs (2)
336if (job.WaitManualResetEvent != null) 338job.WaitManualResetEvent.Set();