2 writes to CommandLineArguments
dotnet (2)
_generated\25\RunFileApiJsonSerializerContext.RunCommand.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.RunCommand(){ ExecutablePath = (string)args[0], CommandLineArguments = (string)args[1], WorkingDirectory = (string)args[2], EnvironmentVariables = (global::System.Collections.Generic.IReadOnlyDictionary<string, string>)args[3] },
Commands\Run\Api\RunApiCommand.cs (1)
137CommandLineArguments = targetCommand.CommandArgs,
2 references to CommandLineArguments
dotnet (2)
_generated\25\RunFileApiJsonSerializerContext.RunCommand.g.cs (2)
81Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.RunCommand)obj).CommandLineArguments, 179writer.WriteString(PropName_CommandLineArguments, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.RunCommand)value).CommandLineArguments);