1 write to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
449_logger = loggerFactory?.CreateLogger($"BuildHost PID {process.Id}");
7 references to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild (7)
MSBuild\BuildHostProcessManager.cs (7)
490_logger?.LogTrace($"Message on {outputName}: {e.Data}"); 509_logger?.LogTrace("Sending a Shutdown request to the BuildHost."); 516_logger?.LogTrace("Process shut down."); 520_logger?.LogError(e, "Exception while shutting down the BuildHost process."); 530if (_logger == null) 538_logger.LogError("The BuildHost process is not responding. Process output:{newLine}{processLog}", Environment.NewLine, processLog); 540_logger.LogError("The BuildHost process exited with {errorCode}. Process output:{newLine}{processLog}", _process.ExitCode, Environment.NewLine, processLog);