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