1 write to _logger
Microsoft.CodeAnalysis.LanguageServer (1)
DotnetCliHelper.cs (1)
26_logger = loggerFactory.CreateLogger<DotnetCliHelper>();
6 references to _logger
Microsoft.CodeAnalysis.LanguageServer (6)
DotnetCliHelper.cs (6)
61_logger.LogDebug(stdOutput.ToString()); 64_logger.LogError(errorOutput.ToString()); 73_logger.LogDebug($"Running dotnet CLI command at {_dotnetExecutablePath.Value} in directory {workingDirectory} with arguments {arguments}"); 116_logger.LogDebug($"Using vstest console at {vstestConsole}"); 140_logger.LogInformation("Using dotnet executable configured on the PATH"); 150_logger.LogInformation("Could not find dotnet executable from PATH");