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