3 references to CommandLineArgsParser
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (1)
1187return CommandLineArgsParser.Parse(launchProfile.CommandLineArgs);
Exec\ExecResourceManager.cs (1)
238return CommandLineArgsParser.ParseCommand(commandUnwrapped);
Aspire.Hosting.Tests (1)
Utils\CommandLineArgsParserTests.cs (1)
5using static Aspire.Hosting.Utils.CommandLineArgsParser;