2 references to GetBuildHostProcessOutput
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\BuildHostProcessManager.cs (2)
127
throw new Exception($"The build host was started but we were unable to connect to it's pipe. The process exited with {process.ExitCode}. Process output:{Environment.NewLine}{buildHostProcess.
GetBuildHostProcessOutput
()}", innerException: e);
537
var processLog =
GetBuildHostProcessOutput
();