12 references to AddArgument
Microsoft.CodeAnalysis.Workspaces.MSBuild (12)
MSBuild\BuildHostProcessManager.cs (12)
178AddArgument(processStartInfo, "--roll-forward"); 179AddArgument(processStartInfo, "LatestMajor"); 183AddArgument(processStartInfo, netCoreBuildHostPath); 215AddArgument(processStartInfo, GetDotNetFrameworkBuildHostPath()); 256AddArgument(processStartInfo, "--pipe"); 257AddArgument(processStartInfo, pipeName); 261AddArgument(processStartInfo, "--property"); 262AddArgument(processStartInfo, globalMSBuildProperty.Key + '=' + globalMSBuildProperty.Value); 267AddArgument(processStartInfo, "--binlog"); 268AddArgument(processStartInfo, binaryLogPath); 271AddArgument(processStartInfo, "--locale"); 272AddArgument(processStartInfo, System.Globalization.CultureInfo.CurrentUICulture.Name);