1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
82
_logger
= logger;
8 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Workspaces\LspWorkspaceManager.cs (8)
114
_logger
.LogError($"Unable to parse URI {uri}");
165
this.
_logger
.LogException(ex);
261
_logger
.LogDebug($"{document.FilePath} found in workspace {workspaceKind}");
276
_logger
.LogException(ex);
288
_logger
.LogDebug($"Could not find '{textDocumentIdentifier.DocumentUri}'. Searched {searchedWorkspaceKinds}");
296
var miscDocument = await _lspMiscellaneousFilesWorkspaceProvider.AddMiscellaneousDocumentAsync(uri, trackedDocument.Text, trackedDocument.LanguageId,
_logger
).ConfigureAwait(false);
302
_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");