1 implementation of WaitForProcessExit
Microsoft.TestPlatform.PlatformAbstractions (1)
common\System\ProcessHelper.cs (1)
334public void WaitForProcessExit(object? process)
2 references to WaitForProcessExit
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
ProcDumpDumper.cs (2)
110_processHelper.WaitForProcessExit(_procDumpProcess); 329_processHelper?.WaitForProcessExit(procDumpProcess);