2 implementations of IRuntimeProcessLauncherFactory
dotnet-watch (1)
Aspire\AspireServiceFactory.cs (1)
14internal class AspireServiceFactory : IRuntimeProcessLauncherFactory
dotnet-watch.Tests (1)
TestUtilities\TestRuntimeProcessLauncher.cs (1)
10public class Factory(Action<TestRuntimeProcessLauncher>? initialize = null) : IRuntimeProcessLauncherFactory
3 references to IRuntimeProcessLauncherFactory
dotnet-watch (3)
HotReload\HotReloadDotNetWatcher.cs (3)
19private readonly IRuntimeProcessLauncherFactory? _runtimeProcessLauncherFactory; 26public HotReloadDotNetWatcher(DotNetWatchContext context, IConsole console, IRuntimeProcessLauncherFactory? runtimeProcessLauncherFactory) 102var runtimeProcessLauncherFactory = _runtimeProcessLauncherFactory;