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