12 references to AddArgument
Microsoft.CodeAnalysis.Workspaces.MSBuild (12)
MSBuild\BuildHostProcessManager.cs (12)
232AddArgument(processStartInfo, "--roll-forward"); 233AddArgument(processStartInfo, "LatestMajor"); 237AddArgument(processStartInfo, netCoreBuildHostPath); 269AddArgument(processStartInfo, GetDotNetFrameworkBuildHostPath()); 310AddArgument(processStartInfo, "--pipe"); 311AddArgument(processStartInfo, pipeName); 315AddArgument(processStartInfo, "--property"); 316AddArgument(processStartInfo, globalMSBuildProperty.Key + '=' + globalMSBuildProperty.Value); 321AddArgument(processStartInfo, "--binlog"); 322AddArgument(processStartInfo, binaryLogPath); 325AddArgument(processStartInfo, "--locale"); 326AddArgument(processStartInfo, System.Globalization.CultureInfo.CurrentUICulture.Name);