2 references to WithApplicationArguments
dotnet (2)
Commands\Run\RunCommand.cs (2)
572
command = CreateCommandFromRunProperties(cachedRunProperties.
WithApplicationArguments
(ApplicationArgs));
597
var runProperties = RunProperties.FromProject(project).
WithApplicationArguments
(ApplicationArgs);