1 write to ApplicationArgs
dotnet (1)
Commands\Run\RunCommand.cs (1)
136ApplicationArgs = applicationArgs;
4 references to ApplicationArgs
dotnet (4)
Commands\Run\RunCommand.cs (4)
401ApplicationArgs, 529command = CreateCommandFromRunProperties(cachedRunProperties.WithApplicationArguments(ApplicationArgs)); 537command = CreateCommandForCscBuiltProgram(EntryPointFileFullPath, ApplicationArgs); 556var runProperties = RunProperties.FromProject(project).WithApplicationArguments(ApplicationArgs);