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