6 references to _logger
Microsoft.CodeAnalysis.LanguageServer (6)
HostWorkspace\AutoLoadProjectsInitializer.cs (6)
45_logger.LogWarning("No workspace folders provided during initialization; could not auto load projects."); 64_logger.LogInformation("Found single solution file {SolutionFile} to auto load", solutionFiles[0]); 76_logger.LogTrace("Searching for projects to load in workspace folder: {FolderUri}", folder.DocumentUri); 79_logger.LogWarning("Workspace folder {FolderUri} is not a file URI, skipping.", folder.DocumentUri); 86_logger.LogWarning("Workspace folder path {FolderPath} does not exist, skipping.", folderPath); 93_logger.LogInformation("Discovered {count} projects to auto load", projectFiles.Count);