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