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)
399
var commandArgs = (NoLaunchProfileArguments ||
ApplicationArgs
is not [])
400
? ArgumentEscaper.EscapeAndConcatenateArgArrayForProcessStart(
ApplicationArgs
)
574
command = CreateCommandFromRunProperties(cachedRunProperties.WithApplicationArguments(
ApplicationArgs
));
582
command = CreateCommandForCscBuiltProgram(EntryPointFileFullPath,
ApplicationArgs
);
600
var runProperties = RunProperties.FromProject(project).WithApplicationArguments(
ApplicationArgs
);