3 references to WaitForProcessRunningAsync
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
87
await result.
WaitForProcessRunningAsync
(cancellationToken);
Microsoft.DotNet.HotReload.Watch (2)
HotReload\HotReloadDotNetWatcher.cs (2)
155
if (!await rootRunningProject.
WaitForProcessRunningAsync
(iterationCancellationToken))
393
_ = await newRunningProject.
WaitForProcessRunningAsync
(shutdownCancellationToken);