30 references to LogDebug
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Diagnostics\RazorTranslateDiagnosticsService.cs (1)
64
_logger.
LogDebug
($"No diagnostics remaining after filtering.");
DocumentPresentation\UriPresentationHelper.cs (3)
18
logger.
LogDebug
($"No URIs were included in the request?");
30
logger.
LogDebug
($"No file in the drop was a razor file URI.");
37
logger.
LogDebug
($"One or more URIs were not a child file of the main .razor file.");
Microsoft.VisualStudio.LanguageServices.Razor (13)
Remote\RemoteServiceInvoker.cs (3)
192
_logger.
LogDebug
($"First OOP call, so initializing OOP service.");
213
_logger.
LogDebug
($"LSP server has started since last OOP call, so initializing OOP service with LSP info.");
246
_logger.
LogDebug
("Syncing client settings to OOP.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FoldingRange\CohostFoldingRangeEndpoint.cs (2)
71
_logger.
LogDebug
($"Didn't get any ranges back from Html");
106
_logger.
LogDebug
($"Didn't get any ranges back from Html. Returning null so we can abandon the whole thing");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (2)
77
_logger.
LogDebug
($"Didn't get any edits back from Html");
116
_logger.
LogDebug
($"Didn't get any ranges back from Html. Returning null so we can abandon the whole thing");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (2)
107
_logger.
LogDebug
($"Didn't get any edits back from Html");
143
_logger.
LogDebug
($"Didn't get any ranges back from Html. Returning null so we can abandon the whole thing");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (2)
80
_logger.
LogDebug
($"Didn't get any edits back from Html");
130
_logger.
LogDebug
($"Didn't get any ranges back from Html. Returning null so we can abandon the whole thing");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (1)
151
_logger.
LogDebug
($"Didn't get insert edit back from Html.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Rename\WorkspaceWillRenameEndpoint.cs (1)
50
_logger.
LogDebug
($"Remote service did not send back an edit to apply.");
Microsoft.VisualStudioCode.RazorExtension (13)
Services\CohostConfigurationChangedService.cs (1)
43
_logger.
LogDebug
($"Refreshing options from client.");
Services\VSCodeRemoteServicesInitializer.cs (2)
51
logger.
LogDebug
("Initializing remote services.");
53
logger.
LogDebug
("Initialized remote services.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FoldingRange\CohostFoldingRangeEndpoint.cs (2)
71
_logger.
LogDebug
($"Didn't get any ranges back from Html");
106
_logger.
LogDebug
($"Didn't get any ranges back from Html. Returning null so we can abandon the whole thing");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (2)
77
_logger.
LogDebug
($"Didn't get any edits back from Html");
116
_logger.
LogDebug
($"Didn't get any ranges back from Html. Returning null so we can abandon the whole thing");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (2)
107
_logger.
LogDebug
($"Didn't get any edits back from Html");
143
_logger.
LogDebug
($"Didn't get any ranges back from Html. Returning null so we can abandon the whole thing");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (2)
80
_logger.
LogDebug
($"Didn't get any edits back from Html");
130
_logger.
LogDebug
($"Didn't get any ranges back from Html. Returning null so we can abandon the whole thing");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (1)
151
_logger.
LogDebug
($"Didn't get insert edit back from Html.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Rename\WorkspaceWillRenameEndpoint.cs (1)
50
_logger.
LogDebug
($"Remote service did not send back an edit to apply.");