2 references to WithApplicationArguments
dotnet (2)
Commands\Run\RunCommand.cs (2)
391
return CreateCommandFromRunProperties(cachedRunProperties.
WithApplicationArguments
(ApplicationArgs));
409
var runProperties = RunProperties.FromProject(project).
WithApplicationArguments
(ApplicationArgs);