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