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