1 write to ApplicationArgs
dotnet (1)
Commands\Run\RunCommand.cs (1)
135ApplicationArgs = applicationArgs;
5 references to ApplicationArgs
dotnet (5)
Commands\Run\RunCommand.cs (5)
400var commandArgs = (NoLaunchProfileArguments || ApplicationArgs is not []) 401? ArgumentEscaper.EscapeAndConcatenateArgArrayForProcessStart(ApplicationArgs) 572command = CreateCommandFromRunProperties(cachedRunProperties.WithApplicationArguments(ApplicationArgs)); 580command = CreateCommandForCscBuiltProgram(EntryPointFileFullPath, ApplicationArgs); 597var runProperties = RunProperties.FromProject(project).WithApplicationArguments(ApplicationArgs);