1 write to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
452_logger = loggerFactory?.CreateLogger($"BuildHost PID {process.Id}");
8 references to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild (8)
MSBuild\BuildHostProcessManager.cs (8)
496_logger?.LogTrace($"Message on {outputName}: {e.Data}"); 522_logger?.LogTrace("Sending a Shutdown request to the BuildHost."); 529_logger?.LogTrace($"{nameof(RpcClient)} has been shut down."); 534_logger?.LogError(e, "Exception while shutting down the BuildHost process."); 552_logger?.LogError(e, "Exception while trying to kill the BuildHost process."); 559if (_logger == null) 565_logger.LogError("The BuildHost process is not responding. Process output:{newLine}{processLog}", Environment.NewLine, processLog); 567_logger.LogError("The BuildHost process exited with {errorCode}. Process output:{newLine}{processLog}", _process.ExitCode, Environment.NewLine, processLog);