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