2 references to RunningProcess
Microsoft.DotNet.HotReload.Watch (2)
HotReload\HotReloadDotNetWatcher.cs (1)
212
_ = await rootRunningProject.
RunningProcess
.WaitAsync(TimeSpan.FromMilliseconds(extendTimeout ? 200 : 50), iterationCancellationToken);
Process\RunningProject.cs (1)
95
return
RunningProcess
;