16 references to LogError
Microsoft.CodeAnalysis.Razor.Workspaces (3)
CodeActions\CodeActionResolveService.cs (1)
73_logger.LogError($"Invalid CodeAction.Data.Language. Received {codeActionId}.");
Completion\Delegation\DelegatedCompletionHelper.cs (2)
347logger.LogError($"Unexpected arguments for command '{Constants.CompleteComplexEditCommand}': Expected: [TextDocumentIdentifier, TextEdit, _, int], Actual: {GetArgumentTypesLogString(resolvedCompletionItem)}"); 353logger.LogError($"Unsupported command for Razor document: {resolvedCompletionItem.Command.CommandIdentifier}.");
Microsoft.CodeAnalysis.Remote.Razor (1)
AutoInsert\RemoteAutoInsertService.cs (1)
108Logger.LogError($"Unsupported language {languageKind} in {nameof(RemoteAutoInsertService)}");
Microsoft.VisualStudio.LanguageServices.Razor (7)
LanguageClient\Cohost\CohostWrapWithTagEndpoint.cs (2)
84_logger.LogError($"Couldn't find document in LSPDocumentManager for {razorDocument.FilePath}"); 90_logger.LogError($"Couldn't find virtual document snapshot for {snapshot.Uri}");
LanguageClient\Cohost\HtmlRequestInvoker.cs (3)
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}.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\HtmlDocumentServices\HtmlDocumentSynchronizer.cs (1)
159_logger.LogError($"Couldn't get Html text for {document.FilePath}. Html document contents will be stale");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\InlayHints\CohostInlayHintResolveEndpoint.cs (1)
47_logger.LogError($"Got a resolve request for an inlay hint but couldn't extract the data object. Raw data is: {request.Data}");
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
LspEditorFeatureDetectorTest.cs (3)
158Logger.LogError($"Error:{description}"); 162Logger.LogError($"Warning:{description}"); 166Logger.LogError($"Info:{description}");
Microsoft.VisualStudioCode.RazorExtension (2)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\HtmlDocumentServices\HtmlDocumentSynchronizer.cs (1)
159_logger.LogError($"Couldn't get Html text for {document.FilePath}. Html document contents will be stale");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\InlayHints\CohostInlayHintResolveEndpoint.cs (1)
47_logger.LogError($"Got a resolve request for an inlay hint but couldn't extract the data object. Raw data is: {request.Data}");