8 references to AddArgument
Microsoft.CodeAnalysis.Workspaces.MSBuild (8)
MSBuild\BuildHostProcessManager.cs (8)
168AddArgument(processStartInfo, "--roll-forward"); 169AddArgument(processStartInfo, "LatestMajor"); 173AddArgument(processStartInfo, netCoreBuildHostPath); 208AddArgument(processStartInfo, GetDotNetFrameworkBuildHostPath()); 233AddArgument(processStartInfo, "--property"); 234AddArgument(processStartInfo, globalMSBuildProperty.Key + '=' + globalMSBuildProperty.Value); 239AddArgument(processStartInfo, "--binlog"); 240AddArgument(processStartInfo, _binaryLogPath);