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