1 write to _runCompletionEvent
Microsoft.VisualStudio.TestPlatform.Client (1)
Execution\TestRunRequest.cs (1)
686
_runCompletionEvent
= null!;
6 references to _runCompletionEvent
Microsoft.VisualStudio.TestPlatform.Client (6)
Execution\TestRunRequest.cs (6)
136
_runCompletionEvent
.Reset();
206
return
_runCompletionEvent
== null ||
_runCompletionEvent
.WaitOne(timeout);
374
if (
_runCompletionEvent
.WaitOne(0))
436
_runCompletionEvent
.Set();
682
_runCompletionEvent
?.Dispose();