12 references to AddArgument
Microsoft.CodeAnalysis.Workspaces.MSBuild (12)
MSBuild\BuildHostProcessManager.cs (12)
175AddArgument(processStartInfo, "--roll-forward");
176AddArgument(processStartInfo, "LatestMajor");
180AddArgument(processStartInfo, netCoreBuildHostPath);
215AddArgument(processStartInfo, GetDotNetFrameworkBuildHostPath());
238AddArgument(processStartInfo, "--pipe");
239AddArgument(processStartInfo, pipeName);
243AddArgument(processStartInfo, "--property");
244AddArgument(processStartInfo, globalMSBuildProperty.Key + '=' + globalMSBuildProperty.Value);
249AddArgument(processStartInfo, "--binlog");
250AddArgument(processStartInfo, _binaryLogPath);
253AddArgument(processStartInfo, "--locale");
254AddArgument(processStartInfo, System.Globalization.CultureInfo.CurrentUICulture.Name);