1 instantiation of ExecutedCommand
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
633var executedCommand = new ExecutedCommand(processSpec.ExecutablePath, processSpec.Arguments, processSpec.WorkingDirectory);
2 references to ExecutedCommand
Aspire.Hosting.Azure.Tests (2)
ProvisioningTestHelpers.cs (2)
612public List<ExecutedCommand> ExecutedCommands { get; } = []; 633var executedCommand = new ExecutedCommand(processSpec.ExecutablePath, processSpec.Arguments, processSpec.WorkingDirectory);