2 writes to ArgumentList
dotnet-user-jwts (1)
src\Tools\Shared\SecretsHelpers\ProjectIdResolver.cs (1)
60
ArgumentList
=
dotnet-user-secrets (1)
src\Tools\Shared\SecretsHelpers\ProjectIdResolver.cs (1)
60
ArgumentList
=
27 references to ArgumentList
aspire (1)
DotNetCliRunner.cs (1)
420
startInfo.
ArgumentList
.Add(a);
dotnet-getdocument (1)
Exe.cs (1)
31
startInfo.
ArgumentList
.Add(argument);
Microsoft.CodeAnalysis.LanguageServer (1)
DotnetCliHelper.cs (1)
85
startInfo.
ArgumentList
.AddRange(arguments);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (10)
Utilities\AbstractLanguageServerClientTests.TestLspClient.cs (10)
92
processStartInfo.
ArgumentList
.Add(TestPaths.GetLanguageServerPath());
94
processStartInfo.
ArgumentList
.Add("--pipe");
95
processStartInfo.
ArgumentList
.Add(pipeName);
97
processStartInfo.
ArgumentList
.Add("--logLevel");
98
processStartInfo.
ArgumentList
.Add("Trace");
100
processStartInfo.
ArgumentList
.Add("--extensionLogDirectory");
101
processStartInfo.
ArgumentList
.Add(extensionLogsPath);
105
processStartInfo.
ArgumentList
.Add("--devKitDependencyPath");
106
processStartInfo.
ArgumentList
.Add(TestPaths.GetDevKitExtensionPath());
111
processStartInfo.
ArgumentList
.Add("--debug");
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
290
processStartInfo.
ArgumentList
.Add(argument);
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (10)
BuildHostProcessManagerTests.cs (10)
24
var rollForwardIndex = processStartInfo.
ArgumentList
.IndexOf("--roll-forward");
25
var latestMajorIndex = processStartInfo.
ArgumentList
.IndexOf("LatestMajor");
76
var binlogIndex = processStartInfo.
ArgumentList
.IndexOf("--binlog");
78
Assert.Equal(BinaryLogPath, processStartInfo.
ArgumentList
[binlogIndex + 1]);
96
var binlogIndex = processStartInfo.
ArgumentList
.IndexOf("--pipe");
98
Assert.Equal(PipeName, processStartInfo.
ArgumentList
[binlogIndex + 1]);
117
var localeIndex = processStartInfo.
ArgumentList
.IndexOf("--locale");
119
Assert.Equal(Locale, processStartInfo.
ArgumentList
[localeIndex + 1]);
145
var argumentIndex = processStartInfo.
ArgumentList
.IndexOf(propertyArgument);
147
Assert.Equal("--property", processStartInfo.
ArgumentList
[argumentIndex - 1]);
Microsoft.DotNet.Arcade.Sdk.Tests (3)
Utilities\TestApp.cs (3)
66
psi.
ArgumentList
.Add("/C");
69
psi.
ArgumentList
.Add(fileName);
70
psi.
ArgumentList
.AddRange(scriptArgs);