1 write to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
442_logger = loggerFactory?.CreateLogger($"BuildHost PID {process.Id}");
8 references to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild (8)
MSBuild\BuildHostProcessManager.cs (8)
486_logger?.LogTrace($"Message on {outputName}: {e.Data}"); 505_logger?.LogTrace("Sending a Shutdown request to the BuildHost."); 513_logger?.LogTrace("Process shut down."); 519_logger?.LogTrace("Process killed since it was never connected"); 524_logger?.LogError(e, "Exception while shutting down the BuildHost process."); 534if (_logger == null) 540_logger.LogError("The BuildHost process is not responding. Process output:{newLine}{processLog}", Environment.NewLine, processLog); 542_logger.LogError("The BuildHost process exited with {errorCode}. Process output:{newLine}{processLog}", _process.ExitCode, Environment.NewLine, processLog);