10 writes to Arguments
dotnet-MsiInstallation.Tests (1)
Framework\VMControl.cs (1)
354
Arguments
= args.ToList(),
Microsoft.NET.Build.Tests (1)
GivenThatWeWantToGenerateADepsFileForATool.cs (1)
230
Arguments
= dotnetArgs
Microsoft.NET.TestFramework (8)
Commands\DotnetCommand.cs (1)
18
Arguments
= args.ToList(),
Commands\MSBuildVersionCommand.cs (2)
17
Arguments
= { "-version" },
26
Arguments
= { "msbuild", "-version" },
Commands\NuGetExeRestoreCommand.cs (1)
64
Arguments
=
Commands\RunExeCommand.cs (1)
26
Arguments
= args.ToList(),
Commands\TestCommand.cs (1)
106
commandSpec.
Arguments
= Arguments.Concat(commandSpec.Arguments).ToList();
ToolsetInfo.cs (2)
231
ret.
Arguments
= args.ToList();
242
ret.
Arguments
= newArgs;
4 references to Arguments
Microsoft.NET.TestFramework (4)
Commands\SdkCommandSpec.cs (2)
26
return ArgumentEscaper.EscapeAndConcatenateArgArrayForProcessStart(
Arguments
);
44
Arguments = doNotEscapeArguments ? string.Join(" ",
Arguments
) : EscapeArgs(),
Commands\TestCommand.cs (2)
106
commandSpec.Arguments = Arguments.Concat(commandSpec.
Arguments
).ToList();
173
var display = $"{fileToShow} {string.Join(" ", spec.
Arguments
)}";