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