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)
18logger.LogDebug($"No URIs were included in the request?"); 30logger.LogDebug($"No file in the drop was a razor file URI."); 37logger.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)
51logger.LogDebug("Initializing remote services."); 53logger.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.");