1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
81_logger = logger;
4 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Workspaces\LspWorkspaceManager.cs (4)
113_logger.LogError($"Unable to parse URI {uri}"); 250_logger.LogInformation($"{document.FilePath} found in workspace {workspaceKind}"); 267_logger.LogInformation($"Could not find '{textDocumentIdentifier.DocumentUri}'. Searched {searchedWorkspaceKinds}"); 273var miscDocument = _lspMiscellaneousFilesWorkspaceProvider?.AddMiscellaneousDocument(uri, trackedDocument.Text, trackedDocument.LanguageId, _logger);