8 references to AddArgument
Microsoft.CodeAnalysis.Workspaces.MSBuild (8)
MSBuild\BuildHostProcessManager.cs (8)
241AddArgument(processStartInfo, "--roll-forward"); 242AddArgument(processStartInfo, "LatestMajor"); 246AddArgument(processStartInfo, netCoreBuildHostPath); 278AddArgument(processStartInfo, GetDotNetFrameworkBuildHostPath()); 319AddArgument(processStartInfo, "--pipe"); 320AddArgument(processStartInfo, pipeName); 322AddArgument(processStartInfo, "--locale"); 323AddArgument(processStartInfo, System.Globalization.CultureInfo.CurrentUICulture.Name);