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