3 references to Args
aspire (3)
Projects\GuestAppHostProject.cs (1)
1114string.Join(" ", runtimeSpec.Execute.Args));
Projects\GuestRuntime.cs (2)
62var args = ReplacePlaceholders(_spec.InstallDependencies.Args, null, directory, null); 161var args = ReplacePlaceholders(commandSpec.Args, appHostFile, directory, additionalArgs);