1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
81_logger = logger;
8 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Workspaces\LspWorkspaceManager.cs (8)
113_logger.LogError($"Unable to parse URI {uri}"); 164this._logger.LogException(ex); 280_logger.LogException(ex); 289_logger.LogDebug($"{document.FilePath} found in workspace {workspaceKind}; project {document.Project.Name}"); 298_logger.LogDebug($"Could not find '{textDocumentIdentifier.DocumentUri}'. Searched {searchedWorkspaceKinds}"); 306var miscDocument = await _lspMiscellaneousFilesWorkspaceProvider.AddMiscellaneousDocumentAsync(uri, trackedDocument.SourceText, trackedDocument.LanguageId, _logger).ConfigureAwait(false); 312_logger.LogException(ex); 520_logger.LogWarning($"Text for {uriInWorkspace} did not match document text {firstDocument.Id} in workspace's {firstDocument.Project.Solution.WorkspaceKind} current solution");