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}.");