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(); 206return _runCompletionEvent == null || _runCompletionEvent.WaitOne(timeout); 374if (_runCompletionEvent.WaitOne(0)) 436_runCompletionEvent.Set(); 682_runCompletionEvent?.Dispose();