3 references to ParseCommand
Aspire.Hosting (2)
Exec\ExecResourceManager.cs (2)
239return CommandLineArgsParser.ParseCommand(commandUnwrapped); 268return CommandLineArgsParser.ParseCommand(commandUnwrapped);
Aspire.Hosting.Tests (1)
Utils\CommandLineArgsParserTests.cs (1)
42var (actualExe, actualArgs) = ParseCommand(commandLine);