2 writes to CommandLineArgs
Microsoft.DotNet.ProjectTools (2)
LaunchSettings\ExecutableLaunchProfileParser.cs (1)
36CommandLineArgs = ParseCommandLineArgs(profile.CommandLineArgs),
LaunchSettings\ProjectLaunchProfileParser.cs (1)
29CommandLineArgs = ParseCommandLineArgs(profile.CommandLineArgs),
11 references to CommandLineArgs
dotnet (5)
Commands\Run\RunCommand.cs (3)
402: launchSettings.CommandLineArgs ?? ""; 603if (!NoLaunchProfileArguments && string.IsNullOrEmpty(command.CommandArgs) && launchSettings?.CommandLineArgs != null) 605command.SetCommandArgs(launchSettings.CommandLineArgs);
Commands\Test\MTP\TestApplication.cs (2)
156!string.IsNullOrEmpty(Module.LaunchSettings.CommandLineArgs)) 158processStartInfo.Arguments = $"{processStartInfo.Arguments} {Module.LaunchSettings.CommandLineArgs}";
Microsoft.DotNet.ProjectTools (6)
_generated\1\LaunchProfileJsonSerializerContext.ExecutableLaunchProfile.g.cs (2)
141Getter = static obj => ((global::Microsoft.DotNet.ProjectTools.LaunchProfile)obj).CommandLineArgs, 194writer.WriteString(PropName_commandLineArgs, ((global::Microsoft.DotNet.ProjectTools.LaunchProfile)value).CommandLineArgs);
_generated\2\LaunchProfileJsonSerializerContext.ProjectLaunchProfile.g.cs (2)
158Getter = static obj => ((global::Microsoft.DotNet.ProjectTools.LaunchProfile)obj).CommandLineArgs, 212writer.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),