4 implementations of CreateExecution
aspire (1)
DotNet\ProcessExecutionFactory.cs (1)
103public IProcessExecution CreateExecution(System.Diagnostics.ProcessStartInfo startInfo, ProcessInvocationOptions options)
Aspire.Cli.Tests (3)
Commands\AppHostLauncherTests.cs (1)
1478public IProcessExecution CreateExecution(ProcessStartInfo startInfo, ProcessInvocationOptions options)
Commands\StartCommandTests.cs (1)
729public IProcessExecution CreateExecution(ProcessStartInfo startInfo, ProcessInvocationOptions options)
TestServices\TestProcessExecutionFactory.cs (1)
115public IProcessExecution CreateExecution(System.Diagnostics.ProcessStartInfo startInfo, ProcessInvocationOptions options)
3 references to CreateExecution
aspire (3)
Projects\DotNetBasedAppHostServerProject.cs (1)
706execution = _processExecutionFactory.CreateExecution(startInfo, options);
Projects\PrebuiltAppHostServer.cs (1)
1400execution = _processExecutionFactory.CreateExecution(startInfo, options);
Projects\ProcessGuestLauncher.cs (1)
142execution = _processExecutionFactory.CreateExecution(startInfo, invocationOptions);