1 instantiation of CommandLine
Aspire.Hosting.Dapr (1)
CommandLineBuilder.cs (1)
45
return new
CommandLine
(fileName, argBuilders.SelectMany(builder => builder()));
3 references to CommandLine
Aspire.Hosting.Dapr (3)
CommandLineBuilder.cs (2)
43
public static
CommandLine
Create(string fileName, params CommandLineArgBuilder[] argBuilders)
66
public static CommandLineArgBuilder Command(
CommandLine
commandLine)
DaprDistributedApplicationLifecycleHook.cs (1)
118
var
daprCommandLine =