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