5 references to _logger
Microsoft.CodeAnalysis.LanguageServer (5)
HostWorkspace\AutoLoadProjectsInitializer.cs (5)
45_logger.LogWarning("No workspace folders provided during initialization; could not auto load projects."); 52_logger.LogTrace("Searching for projects to load in workspace folder: {FolderUri}", folder.DocumentUri); 55_logger.LogWarning("Workspace folder {FolderUri} is not a file URI, skipping.", folder.DocumentUri); 62_logger.LogWarning("Workspace folder path {FolderPath} does not exist, skipping.", folderPath); 69_logger.LogInformation("Discovered {count} projects to auto load", projectFiles.Count);