2 references to CommandLineArgs
aspire (2)
Projects\DotNetAppHostProject.cs (2)
2059
if (!hasExplicitApplicationArgs && !hasRunArguments && !string.IsNullOrEmpty(profile.
CommandLineArgs
))
2063
AppendParsedArguments(Environment.ExpandEnvironmentVariables(profile.
CommandLineArgs
), arguments);