1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
81
_logger
= logger;
6 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Workspaces\LspWorkspaceManager.cs (6)
113
_logger
.LogError($"Unable to parse URI {uri}");
164
this.
_logger
.LogException(ex);
271
_logger
.LogDebug($"{document.FilePath} found in workspace {workspaceKind}; project {document.Project.Name}");
280
_logger
.LogDebug($"Could not find '{textDocumentIdentifier.DocumentUri}'. Searched {searchedWorkspaceKinds}");
294
_logger
.LogException(ex);
502
_logger
.LogWarning($"Text for {uriInWorkspace} did not match document text {firstDocument.Id} in workspace's {firstDocument.Project.Solution.WorkspaceKind} current solution");