3 references to WaitForExitAsync
Microsoft.DotNet.HotReload.Watch (3)
Process\ProcessRunner.cs (3)
243
_ = await
WaitForExitAsync
(process, state, timeout: null, logger);
249
!await
WaitForExitAsync
(process, state, processCleanupTimeout, logger))
254
_ = await
WaitForExitAsync
(process, state, timeout: null, logger);