1 implementation of IRuntimeProcessLauncher
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
16internal sealed class SessionManager : IAspireServerEvents, IRuntimeProcessLauncher
5 references to IRuntimeProcessLauncher
Microsoft.DotNet.HotReload.Watch (5)
Aspire\AspireServiceFactory.cs (1)
296public IRuntimeProcessLauncher Create(ProjectLauncher projectLauncher)
HotReload\HotReloadDotNetWatcher.cs (2)
93IRuntimeProcessLauncher? runtimeProcessLauncher = null; 513private async Task<bool> RestartPrompt(IEnumerable<string> projectNames, IRuntimeProcessLauncher? runtimeProcessLauncher, CancellationToken cancellationToken)
Process\IRuntimeProcessLauncherFactory.cs (2)
7/// Creates <see cref="IRuntimeProcessLauncher"/> for a given root project. 13public IRuntimeProcessLauncher Create(ProjectLauncher projectLauncher);