158 writes to Arguments
aspire (9)
Commands\UpdateCommand.cs (1)
922Arguments = "--version",
DotNet\DotNetSdkInstaller.cs (1)
132Arguments = arguments,
Npm\NpmRunner.cs (1)
232startInfo.Arguments = @$"/c """"{npmPath}"" {string.Join(" ", args.Select(a => @$"""{a}"""))}""";
Projects\DotNetBasedAppHostServerProject.cs (1)
727Arguments = "nuget config paths",
src\Shared\ContainerRuntimeDetector.cs (3)
145Arguments = "container ls -n 1", 255Arguments = "--version", 332Arguments = "version -f json",
Utils\CliDownloader.cs (1)
149Arguments = "--version",
Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs (1)
39Arguments = "workload list",
Aspire.Acquisition.Tests (1)
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
213Arguments = args,
Aspire.Cli.EndToEnd.Tests (4)
Helpers\KubernetesDeployTestHelpers.cs (2)
470kindProcess.StartInfo.Arguments = $"delete cluster --name={clusterName}"; 487registryProcess.StartInfo.Arguments = "rm -f kind-registry";
KubernetesPublishTests.cs (1)
300cleanupProcess.StartInfo.Arguments = $"delete cluster --name={clusterName}";
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Cli.Tests (2)
Commands\AppHostLauncherTests.cs (1)
1534Arguments = arguments,
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Dashboard.Tests (1)
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Deployment.EndToEnd.Tests (53)
AcaCompactNamingDeploymentTests.cs (1)
355Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaCompactNamingUpgradeDeploymentTests.cs (1)
405Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaCustomRegistryDeploymentTests.cs (1)
235Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaDeploymentErrorOutputTests.cs (1)
187Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaExistingRegistryDeploymentTests.cs (1)
271Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaManagedRedisDeploymentTests.cs (1)
272Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaStarterDeploymentTests.cs (1)
224Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcrPurgeTaskDeploymentTests.cs (1)
268Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksAzureKubernetesEnvironmentCertManagerDeploymentTests.cs (1)
367Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksAzureKubernetesEnvironmentCertManagerTypeScriptDeploymentTests.cs (1)
383Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksAzureKubernetesEnvironmentGatewayDeploymentTests.cs (1)
327Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksBlazorRedisDeploymentTests.cs (1)
257Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksMultipleNodePoolsDeploymentTests.cs (1)
267Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksPersistentVolumeDeploymentTests.cs (1)
465Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksStarterDeploymentTests.cs (1)
377Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksStarterWithRedisHelmDeploymentTests.cs (1)
406Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksVnetInfraDeploymentTests.cs (1)
211Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksVnetWithAzureResourcesDeploymentTests.cs (1)
360Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksWithAzureResourcesDeploymentTests.cs (1)
341Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksWithHelmChartDeploymentTests.cs (1)
278Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AppServicePythonDeploymentTests.cs (1)
220Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AppServiceReactDeploymentTests.cs (1)
420Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AppServiceStoragePrivateEndpointDeploymentTests.cs (1)
393Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureAppConfigDeploymentTests.cs (1)
187Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureConnectorNamespaceDeploymentTests.cs (1)
290Arguments = $"group delete --subscription {subscriptionId} --name {resourceGroupName} --yes",
AzureContainerRegistryDeploymentTests.cs (1)
170Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureEventHubsDeploymentTests.cs (1)
187Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureKeyVaultDeploymentTests.cs (1)
187Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureLogAnalyticsDeploymentTests.cs (1)
170Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureResourceScopeDeploymentTests.cs (1)
220Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureRoleAssignmentRunModeTests.cs (1)
252Arguments = $"group delete --subscription {subscriptionId} --name {resourceGroupName} --yes --no-wait",
AzureServiceBusDeploymentTests.cs (1)
189Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureStorageDeploymentTests.cs (1)
364Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureStorageRunModeTests.cs (1)
236Arguments = $"group delete --subscription {subscriptionId} --name {resourceGroupName} --yes --no-wait",
FoundryHostedAgentDeploymentTests.cs (1)
996Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
FrontDoorDeploymentTests.cs (1)
239Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
Helpers\DeploymentE2ETestHelpers.cs (1)
152Arguments = "stop --non-interactive",
KubernetesGatewayTlsDeploymentTests.cs (1)
479Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
KubernetesHelmChartDeploymentTests.cs (1)
322Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
NspStorageKeyVaultDeploymentTests.cs (1)
351Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
PythonFastApiDeploymentTests.cs (1)
222Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
RadiusStarterDeploymentTests.cs (1)
642Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
TypeScriptAzureContainerAppJobDeploymentTests.cs (1)
167Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
TypeScriptExpressDeploymentTests.cs (1)
209Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
TypeScriptJavaScriptHostingDeploymentTests.cs (1)
212Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
TypeScriptVnetSqlServerInfraDeploymentTests.cs (1)
277Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetKeyVaultConnectivityDeploymentTests.cs (1)
263Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetKeyVaultInfraDeploymentTests.cs (1)
198Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetSqlServerConnectivityDeploymentTests.cs (1)
330Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetSqlServerInfraDeploymentTests.cs (1)
199Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetStorageBlobConnectivityDeploymentTests.cs (1)
270Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetStorageBlobInfraDeploymentTests.cs (1)
200Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
213Arguments = args,
Aspire.Hosting (4)
Dcp\Process\ProcessUtil.cs (1)
46Arguments = processSpec.Arguments ?? string.Empty,
src\Shared\ContainerRuntimeDetector.cs (3)
145Arguments = "container ls -n 1", 255Arguments = "--version", 332Arguments = "version -f json",
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
46Arguments = processSpec.Arguments ?? string.Empty,
Aspire.Hosting.CodeGeneration.Rust.Tests (1)
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Hosting.Docker (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
46Arguments = processSpec.Arguments ?? string.Empty,
Aspire.Hosting.Java.Tests (1)
AddJavaAppPublishTests.cs (1)
1721Arguments = arguments,
Aspire.Hosting.JavaScript.Tests (4)
AddDenoAppTests.cs (1)
2709Arguments = arguments,
AddJavaScriptAppTests.cs (3)
587Arguments = $"build --network=host -t {imageName} -f Dockerfile .", 609Arguments = $"rmi {imageName}", 694Arguments = arguments,
Aspire.Hosting.Kubernetes (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
46Arguments = processSpec.Arguments ?? string.Empty,
Aspire.Hosting.Maui (1)
Utilities\ProjectFileReader.cs (1)
63Arguments = $"msbuild \"{projectPath}\" -getProperty:{KnownMauiMSBuildProperties.TargetFramework},{KnownMauiMSBuildProperties.TargetFrameworks} -nologo",
Aspire.Hosting.Python (1)
PythonVersionDetector.cs (1)
71Arguments = "--version",
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
310Arguments = $"-m venv .venv", 340Arguments = $"install -q -r requirements.txt",
Aspire.Hosting.RemoteHost.Tests (1)
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Hosting.Sdk.Tests (1)
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Hosting.TestUtilities (1)
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Managed.Tests (1)
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
213Arguments = args,
Aspire.TerminalHost.Tests (1)
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
csc (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
656Arguments = serverInfo.commandLineArguments,
dotnet-aot (3)
parent\dotnet\CommandFactory\CommandFactoryUsingResolver.cs (1)
106Arguments = commandSpec.Args,
parent\dotnet\Commands\Test\MTP\TestApplication.cs (2)
286Arguments = GetArguments(), 309processStartInfo.Arguments = $"{processStartInfo.Arguments} {Module.LaunchSettings.CommandLineArgs}";
dotnet-openapi (1)
Commands\BaseCommand.cs (1)
224Arguments = string.Join(" ", args),
dotnet-svcutil-lib (1)
Shared\Utilities\ProcessRunner.cs (1)
76proc.StartInfo.Arguments = processArgs;
Infrastructure.Tests (5)
CreateFailingTestIssue\CreateFailingTestIssueFixture.cs (1)
35Arguments = $"build \"{toolProjectPath}\" --restore",
ExtractTestPartitions\ExtractTestPartitionsFixture.cs (1)
25Arguments = $"build \"{ToolProjectPath}\" --restore",
GenerateTestSummary\GenerateTestSummaryFixture.cs (1)
28Arguments = $"build \"{ToolProjectPath}\" --restore",
PowerShellScripts\PowerShellCommand.cs (1)
205Arguments = args,
tests\Shared\TemporaryWorkspace.cs (1)
36Arguments = "init",
Microsoft.Arcade.Common (1)
Command.cs (1)
40Arguments = args
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
DebugProxyLauncher.cs (1)
68Arguments = $"exec \"{executablePath}\" --OwnerPid {ownerPid} --DevToolsUrl {devToolsHost} --IsFirefoxDebugging {isFirefox} --FirefoxProxyPort 6001 {ignoreProxyForLocalAddress}",
Microsoft.AspNetCore.Server.IntegrationTesting (6)
ApplicationPublisher.cs (1)
54Arguments = parameters,
Deployers\NginxDeployer.cs (2)
160Arguments = $"-c {_configFile}", 202Arguments = $"-s stop -c {_configFile}",
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
239Arguments = parameterBuilder.ToString(),
Deployers\SelfHostDeployer.cs (1)
124Arguments = executableArgs,
src\aspnetcore\src\Shared\Process\ProcessExtensions.cs (1)
100Arguments = arguments,
Microsoft.AspNetCore.SpaServices.Extensions (1)
Npm\NodeScriptRunner.cs (1)
44Arguments = completeArguments,
Microsoft.Build (2)
BackEnd\BuildManager\CoordinatorClient.cs (1)
498Arguments = $"\"{coordinatorDll}\"",
BackEnd\Components\Communications\NodeLauncher.cs (1)
125Arguments = commandLineArgs,
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
656Arguments = serverInfo.commandLineArguments,
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
660startInfo.Arguments = commandLine;
Microsoft.CodeAnalysis.BuildClient.Package (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
656Arguments = serverInfo.commandLineArguments,
Microsoft.DotNet.Arcade.Sdk (1)
src\InstallDotNetCore.cs (1)
163startInfo.Arguments = arguments;
Microsoft.DotNet.Cli.Utils (2)
Command.cs (1)
201_process.StartInfo.Arguments = commandArgs;
ForwardingAppImplementation.cs (1)
77Arguments = ArgumentEscaper.EscapeAndConcatenateArgArrayForProcessStart(_allArgs),
Microsoft.DotNet.MacOsPkg.Core (1)
ExecuteHelper.cs (1)
40Arguments = $@"{arguments}",
Microsoft.DotNet.StrongName (2)
Signing.cs (1)
119Arguments = $@"-R ""{file}"" ""{keyfile}""",
Verification.cs (1)
155Arguments = $@"-vf ""{file}"" > nul",
Microsoft.Extensions.DataIngestion.Tests (1)
Readers\MarkItDownConditionHelper.cs (1)
23Arguments = "--help",
Microsoft.ML.CodeGenerator (3)
Utils.cs (3)
200proc.StartInfo.Arguments = $"sln \"{solutionPath}\" add {string.Join(" ", projectPaths)}"; 225proc.StartInfo.Arguments = $"sln \"{solutionPath}\" add \"{Path.Combine(consoleAppProjectDir, consoleAppProjectName)}\" \"{Path.Combine(modelprojectDir, modelProjectName)}\""; 246proc.StartInfo.Arguments = $"new sln --name \"{solutionFile}\" --output \"{outputPath}\" --force";
Microsoft.ML.Sweeper (1)
ConfigRunner.cs (1)
233Arguments = (args == null ? "" : string.Join(" ", args)),
Microsoft.NET.HostModel (1)
HostModelUtils.cs (1)
87Arguments = $"{args} \"{appHostPath}\"",
Microsoft.NET.Sdk.Razor.Tasks (1)
parent\Tool\ServerProtocol\ServerConnection.cs (1)
390Arguments = processArguments,
Microsoft.TemplateEngine.Cli (2)
PostActionProcessors\ChmodPostActionProcessor.cs (1)
50Arguments = $"-c \"chmod {entry.Key} {file}\""
PostActionProcessors\ProcessStartPostActionProcessor.cs (1)
61Arguments = args
Microsoft.TestPlatform.Build (1)
Tasks\VSTestTask.cs (1)
75Arguments = TestTaskUtils.CreateCommandLineArguments(this),
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
ProcessCodeMethods.cs (1)
141ps.StartInfo.Arguments = $"-o ppid= {process.Id}";
Microsoft.TestPlatform.PlatformAbstractions (1)
common\System\ProcessHelper.cs (1)
79process.StartInfo.Arguments = arguments;
NuGet.Build.Tasks (1)
StaticGraphRestoreTaskBase.cs (1)
124Arguments = GetCommandLineArguments(globalProperties),
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
106Arguments = (isFileBasedApp ? "build " : "msbuild ") +
NuGet.Common (1)
Migrations\Migration1.cs (1)
195Arguments = args,
NuGet.Credentials (1)
PluginCredentialProvider.cs (1)
196Arguments = argumentString,
NuGet.Protocol (2)
Plugins\PluginFactory.cs (2)
186Arguments = $"\"{pluginFile.Path}\" " + args, 200Arguments = args,
Pipelines.AppHost (4)
AppHost.cs (4)
77Arguments = "ad signed-in-user show --query id -o tsv", 112Arguments = "account show --query id -o tsv", 147Arguments = $"storage account show --name {storageAccountName} --query resourceGroup -o tsv", 185Arguments = $"role assignment create --role \"Storage File Data Privileged Contributor\" --assignee {userObjectId} --scope {scope}",
Pipelines.Library (1)
DistributedApplicationPipelineExtensions.cs (1)
77Arguments = $"publish \"{projectPath}\" -c Release -o \"{publishDir}\"",
PresentationUI (2)
InstallationError.xaml.cs (1)
213Notepad.StartInfo.Arguments = LogFilePath;
TenFeetInstallationError.xaml.cs (1)
217Notepad.StartInfo.Arguments = LogFilePath;
rzc (1)
ServerProtocol\ServerConnection.cs (1)
390Arguments = processArguments,
SuperFileCheck (1)
Program.cs (1)
105startInfo.Arguments = String.Join(' ', args);
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
1211processStartInfo.Arguments = "\"" + arg0 + "\"";
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1479currentStartInfo.Arguments = sb.ToString(0, sb.Length - 1);
vbc (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
656Arguments = serverInfo.commandLineArguments,
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
656Arguments = serverInfo.commandLineArguments,
38 references to Arguments
Aspire.Acquisition.Tests (1)
tests\Shared\TemplatesTesting\CommandResult.cs (1)
26StringBuilder message = new StringBuilder($"{messagePrefix} Expected {expectedExitCode} exit code but got {ExitCode}: {StartInfo.FileName} {StartInfo.Arguments}");
Aspire.Cli.Tests (11)
Npm\NpmRunnerTests.cs (11)
56Assert.Contains("npm.cmd", startInfo.Arguments); 57Assert.Contains("view", startInfo.Arguments); 58Assert.Contains("@playwright/cli@0.1.1", startInfo.Arguments); 59Assert.Contains("version", startInfo.Arguments); 60Assert.Contains("--registry", startInfo.Arguments); 61Assert.StartsWith("/c ", startInfo.Arguments); 77var args = startInfo.Arguments; 94Assert.Empty(startInfo.Arguments); 109Assert.Empty(startInfo.Arguments); 125Assert.Empty(startInfo.Arguments); 147Assert.Contains("npm.cmd", startInfo.Arguments);
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\CommandResult.cs (1)
26StringBuilder message = new StringBuilder($"{messagePrefix} Expected {expectedExitCode} exit code but got {ExitCode}: {StartInfo.FileName} {StartInfo.Arguments}");
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\CommandResult.cs (1)
26StringBuilder message = new StringBuilder($"{messagePrefix} Expected {expectedExitCode} exit code but got {ExitCode}: {StartInfo.FileName} {StartInfo.Arguments}");
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (2)
106Logger.LogTrace($"Starting test process with command '{processStartInfo.FileName}' and arguments '{GetArgumentsForLogging(processStartInfo.Arguments)}'."); 309processStartInfo.Arguments = $"{processStartInfo.Arguments} {Module.LaunchSettings.CommandLineArgs}";
Infrastructure.Tests (1)
PowerShellScripts\PowerShellCommand.cs (1)
276var message = $"{messagePrefix} Expected {expectedExitCode} exit code but got {ExitCode}: {StartInfo.FileName} {StartInfo.Arguments}";
Microsoft.Arcade.Common (3)
Command.cs (2)
216if (string.IsNullOrWhiteSpace(info.Arguments)) 221return prefix + " " + info.Arguments;
CommandResult.cs (1)
31StringBuilder message = new StringBuilder($"Command failed with exit code {ExitCode}: {StartInfo.FileName} {StartInfo.Arguments}");
Microsoft.AspNetCore.Server.IntegrationTesting (2)
src\aspnetcore\src\Shared\Process\ProcessEx.cs (2)
60var timeoutExMessage = $"Process proc {proc.ProcessName} {proc.StartInfo.Arguments} timed out after {timeout}."; 129output.WriteLine($"==> {startInfo.FileName} {startInfo.Arguments} [{startInfo.WorkingDirectory}]");
Microsoft.Build (1)
BackEnd\BuildManager\CoordinatorClient.cs (1)
471output.WriteLine($"CoordinatorClient: Launching coordinator: {startInfo.FileName} {startInfo.Arguments}");
Microsoft.DotNet.Cli.Utils (4)
Command.cs (4)
33_process.StartInfo.Arguments)); 189public string CommandArgs => _process.StartInfo.Arguments; 207if (string.IsNullOrWhiteSpace(info.Arguments)) 212return $"{info.FileName} {info.Arguments}";
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\GenerateEFSQLScripts.cs (1)
103Log.LogMessage(MessageImportance.High, string.Format("Executing command: {0} {1}", psi.FileName, psi.Arguments));
Microsoft.TestPlatform.Build (1)
Tasks\VSTestTask.cs (1)
85Tracing.Trace($"VSTest: Arguments: {processInfo.FileName} {processInfo.Arguments}");
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
142EqtTrace.Verbose("VsTestCommandLineWrapper.StartProcess: Process Start Info {0} {1}", info.FileName, info.Arguments);
NuGet.Build.Tasks (1)
StaticGraphRestoreTaskBase.cs (1)
153Log.LogMessageFromResources(MessageImportance.Low, nameof(Strings.Log_RunningStaticGraphRestoreCommand), process.StartInfo.FileName, process.StartInfo.Arguments);
System.Diagnostics.Process (7)
System\Diagnostics\ProcessStartInfo.cs (4)
407return Arguments; 419else if (!string.IsNullOrEmpty(Arguments)) 426stringBuilder.Append(Arguments); 448if (!string.IsNullOrEmpty(Arguments) && HasArgumentList)
System\Diagnostics\ProcessUtils.Unix.cs (3)
301(ignoreArguments || (string.IsNullOrEmpty(psi.Arguments) && !psi.HasArgumentList))) 320if (!string.IsNullOrEmpty(psi.Arguments)) 322ParseArgumentsIntoList(psi.Arguments, argvList);