1 write to NoLaunchProfileArguments
dotnet (1)
Commands\Run\RunCommand.cs (1)
133
NoLaunchProfileArguments
= noLaunchProfileArguments;
2 references to NoLaunchProfileArguments
dotnet (2)
Commands\Run\RunCommand.cs (2)
402
NoLaunchProfileArguments
? null : launchSettings.CommandLineArgs);
572
if (!
NoLaunchProfileArguments
&& string.IsNullOrEmpty(command.CommandArgs) && launchSettings?.CommandLineArgs != null)