2 writes to CommandLineArgs
Microsoft.DotNet.ProjectTools (2)
LaunchSettings\ExecutableLaunchProfileParser.cs (1)
36CommandLineArgs = ParseCommandLineArgs(profile.CommandLineArgs),
LaunchSettings\ProjectLaunchProfileParser.cs (1)
29CommandLineArgs = ParseCommandLineArgs(profile.CommandLineArgs),
13 references to CommandLineArgs
dotnet (5)
Commands\Run\RunCommand.cs (3)
402NoLaunchProfileArguments ? null : launchSettings.CommandLineArgs); 572if (!NoLaunchProfileArguments && string.IsNullOrEmpty(command.CommandArgs) && launchSettings?.CommandLineArgs != null) 574command.SetCommandArgs(launchSettings.CommandLineArgs);
Commands\Test\MTP\TestApplication.cs (2)
299!string.IsNullOrEmpty(Module.LaunchSettings.CommandLineArgs)) 301processStartInfo.Arguments = $"{processStartInfo.Arguments} {Module.LaunchSettings.CommandLineArgs}";
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Run\AotRunCommand.cs (2)
129executableProfile.CommandLineArgs); 142profileResult.Profile?.CommandLineArgs,
Microsoft.DotNet.ProjectTools (6)
_generated\1\LaunchProfileJsonSerializerContext.ExecutableLaunchProfile.g.cs (2)
143Getter = static obj => ((global::Microsoft.DotNet.ProjectTools.LaunchProfile)obj).CommandLineArgs, 196writer.WriteString(PropName_commandLineArgs, ((global::Microsoft.DotNet.ProjectTools.LaunchProfile)value).CommandLineArgs);
_generated\2\LaunchProfileJsonSerializerContext.ProjectLaunchProfile.g.cs (2)
160Getter = static obj => ((global::Microsoft.DotNet.ProjectTools.LaunchProfile)obj).CommandLineArgs, 214writer.WriteString(PropName_commandLineArgs, ((global::Microsoft.DotNet.ProjectTools.LaunchProfile)value).CommandLineArgs);
LaunchSettings\ExecutableLaunchProfileParser.cs (1)
36CommandLineArgs = ParseCommandLineArgs(profile.CommandLineArgs),
LaunchSettings\ProjectLaunchProfileParser.cs (1)
29CommandLineArgs = ParseCommandLineArgs(profile.CommandLineArgs),