3 references to TerminatePeripheralProcessesAsync
Microsoft.DotNet.HotReload.Watch (3)
HotReload\CompilationHandler.cs (3)
81await TerminatePeripheralProcessesAsync(projectPaths: null, cancellationToken); 402builder.ProjectsToRestart.AddRange(await TerminatePeripheralProcessesAsync(updates.ProjectsToRestart.Select(e => currentSolution.GetProject(e.Key)!.FilePath!), cancellationToken)); 874/// Restarts given projects after their process have been terminated via <see cref="TerminatePeripheralProcessesAsync"/>.