5 references to _logger
Microsoft.VisualStudio.LanguageServices.Razor (5)
LanguageClient\Cohost\HtmlRequestInvoker.cs (5)
39
_logger
.LogDebug($"Couldn't synchronize for {razorDocument.FilePath}");
45
_logger
.LogError($"Couldn't find document in LSPDocumentManager for {razorDocument.FilePath}");
51
_logger
.LogError($"Couldn't find virtual document snapshot for {snapshot.Uri}");
58
_logger
.LogError($"Checksum for {snapshot.Uri}, {htmlDocument.State} doesn't match {syncResult.Checksum}.");
68
_logger
.LogDebug($"Making LSP request for {method} from {htmlDocument.Uri}{(request is ITextDocumentPositionParams positionParams ? $" at {positionParams.Position}" : "")}, checksum {syncResult.Checksum}.");