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