1 write to _logger
Microsoft.CodeAnalysis.LanguageServer (1)
DotnetCliHelper.cs (1)
27_logger = loggerFactory.CreateLogger<DotnetCliHelper>();
6 references to _logger
Microsoft.CodeAnalysis.LanguageServer (6)
DotnetCliHelper.cs (6)
62_logger.LogDebug(stdOutput.ToString()); 65_logger.LogError(errorOutput.ToString()); 74_logger.LogDebug($"Running dotnet CLI command at {_dotnetExecutablePath.Value} in directory {workingDirectory} with arguments '{string.Join(' ', arguments)}'"); 121_logger.LogDebug($"Using vstest console at {vstestConsole}"); 144_logger.LogInformation("Using dotnet executable configured on the PATH"); 154_logger.LogInformation("Could not find dotnet executable from PATH");