3 references to WaitForProcessRunningAsync
dotnet-watch (2)
HotReload\HotReloadDotNetWatcher.cs (2)
151
await rootRunningProject.
WaitForProcessRunningAsync
(iterationCancellationToken);
390
await newRunningProject.
WaitForProcessRunningAsync
(shutdownCancellationToken);
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
86
await result.
WaitForProcessRunningAsync
(cancellationToken);