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