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)
194
_logger
.LogInformation($"{document.FilePath} found in workspace {workspaceKind}");
207
_logger
.LogError($"Could not find '{textDocumentIdentifier.Uri}'. Searched {searchedWorkspaceKinds}");
213
var miscDocument = _lspMiscellaneousFilesWorkspace?.AddMiscellaneousDocument(uri, trackedText,
_logger
);
321
_logger
.LogWarning($"Text for {uriInWorkspace} did not match document text {firstDocument.Id} in workspace's {firstDocument.Project.Solution.WorkspaceKind} current solution");