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