8 references to AddArgument
Microsoft.CodeAnalysis.Workspaces.MSBuild (8)
MSBuild\BuildHostProcessManager.cs (8)
234AddArgument(processStartInfo, "--roll-forward"); 235AddArgument(processStartInfo, "LatestMajor"); 239AddArgument(processStartInfo, netCoreBuildHostPath); 271AddArgument(processStartInfo, GetDotNetFrameworkBuildHostPath()); 312AddArgument(processStartInfo, "--pipe"); 313AddArgument(processStartInfo, pipeName); 315AddArgument(processStartInfo, "--locale"); 316AddArgument(processStartInfo, System.Globalization.CultureInfo.CurrentUICulture.Name);