4 implementations of CreateExecution
aspire (1)
DotNet\ProcessExecutionFactory.cs (1)
100public IProcessExecution CreateExecution(System.Diagnostics.ProcessStartInfo startInfo, ProcessInvocationOptions options)
Aspire.Cli.Tests (3)
Commands\AppHostLauncherTests.cs (1)
1313public IProcessExecution CreateExecution(ProcessStartInfo startInfo, ProcessInvocationOptions options)
Commands\StartCommandTests.cs (1)
728public 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)
705execution = _processExecutionFactory.CreateExecution(startInfo, options);
Projects\PrebuiltAppHostServer.cs (1)
1396execution = _processExecutionFactory.CreateExecution(startInfo, options);
Projects\ProcessGuestLauncher.cs (1)
147execution = _processExecutionFactory.CreateExecution(startInfo, invocationOptions);