85 references to LogDebug
Microsoft.CodeAnalysis.Razor.Workspaces (8)
CodeActions\CodeActionResolveService.cs (1)
41_logger.LogDebug($"Resolving workspace edit for action {codeActionId}.");
Diagnostics\RazorTranslateDiagnosticsService.cs (1)
68_logger.LogDebug($"{filteredDiagnostics.Length}/{diagnostics.Length} diagnostics remain after filtering {diagnosticKind}.");
GoToDefinition\AbstractDefinitionService.cs (3)
111_logger.LogDebug($"Attempting to get definition from string literal at position {position}."); 128_logger.LogDebug($"Found string literal: {literalText}"); 133_logger.LogDebug($"Resolved file path: {resolvedPath}");
SemanticTokens\AbstractRazorSemanticTokensInfoService.cs (3)
53_logger.LogDebug($"Returned {amount} semantic tokens for span {span} in {documentContext.Uri}."); 100_logger.LogDebug($"Couldn't get C# tokens for version {documentContext.Snapshot.Version} of {documentContext.Uri}. Returning null"); 132_logger.LogDebug($"Requesting C# semantic tokens for host version {documentContext.Snapshot.Version}, correlation ID {correlationId}, and the server thinks there are {codeDocument.GetCSharpSourceText().Lines.Count} lines of C#");
Microsoft.CodeAnalysis.Remote.Razor (1)
Rename\RemoteRenameService.cs (1)
136Logger.LogDebug($"Rename for Razor document from {oldDoc.FilePath} to {newFileName}.");
Microsoft.VisualStudio.LanguageServices.Razor (40)
LanguageClient\Cohost\HtmlDocumentPublisher.cs (3)
37_logger.LogDebug($"No {(documentSnapshot is null ? "" : "virtual")} document snapshot for {document.FilePath}."); 46_logger.LogDebug($"The html document for {document.FilePath} is {htmlDocument.Uri}"); 64_logger.LogDebug($"Finished Html document generation for {document.FilePath} (into {htmlDocument.Uri})");
LanguageClient\Cohost\HtmlRequestInvoker.cs (2)
39_logger.LogDebug($"Couldn't synchronize for {razorDocument.FilePath}"); 68_logger.LogDebug($"Making LSP request for {method} from {htmlDocument.Uri}{(request is ITextDocumentPositionParams positionParams ? $" at {positionParams.Position}" : "")}, checksum {syncResult.Checksum}.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (3)
104_logger.LogDebug($"Invoking completion for {razorDocument.FilePath}"); 137_logger.LogDebug($"Calling OOP to get completion items at {request.Position} invoked by typing '{request.Context?.TriggerCharacter}'"); 172_logger.LogDebug($"HTML completion failed for {razorDocument.FilePath}, returning incomplete list");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionResolveEndpoint.cs (1)
148_logger.LogDebug($"Resolving Html completion item {request.Label} for {razorDocument.FilePath}");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (4)
62_logger.LogDebug($"Getting diagnostics for {razorDocument.FilePath}"); 87_logger.LogDebug($"Calling OOP with the {csharpDiagnostics.Length} C# and {htmlDiagnostics.Length} Html diagnostics"); 98_logger.LogDebug($"Reporting {diagnostics.Length} diagnostics back to the client"); 115_logger.LogDebug($"Getting C# diagnostics for {generatedDocument.FilePath}");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FoldingRange\CohostFoldingRangeEndpoint.cs (3)
64_logger.LogDebug($"Getting folding ranges for {razorDocument.FilePath}"); 75_logger.LogDebug($"Calling OOP with the {htmlRanges.Length} html ranges, so it can fill in the rest"); 83_logger.LogDebug($"Got a total of {allRanges.Length} ranges back from OOP");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (3)
71_logger.LogDebug($"Getting Html formatting changes for {razorDocument.FilePath}"); 90_logger.LogDebug($"Calling OOP with the {htmlChanges.Length} html edits, so it can fill in the rest"); 101_logger.LogDebug($"Got a total of {remoteResult.Length} ranges back from OOP");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (3)
101_logger.LogDebug($"Getting Html formatting changes for {razorDocument.FilePath}"); 117_logger.LogDebug($"Calling OOP with the {htmlChanges.Length} html edits, so it can fill in the rest"); 128_logger.LogDebug($"Got a total of {remoteResult.Length} ranges back from OOP");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (3)
74_logger.LogDebug($"Getting Html formatting changes for {razorDocument.FilePath}"); 95_logger.LogDebug($"Calling OOP with the {htmlChanges.Length} html edits, so it can fill in the rest"); 106_logger.LogDebug($"Got a total of {remoteResult.Length} ranges back from OOP");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\HtmlDocumentServices\HtmlDocumentSynchronizer.cs (11)
42_logger.LogDebug($"Document {razorFileUri} removed, so we're disposing and clearing out the sync request for it"); 52_logger.LogDebug($"TrySynchronize for {document.FilePath} as at {requestedVersion}"); 77_logger.LogDebug($"Not synchronizing Html text for {document.FilePath} as the request was cancelled."); 99_logger.LogDebug($"Already finished that version for {document.FilePath}, but was unsuccessful, so will recompute"); 104_logger.LogDebug($"Already {(request.Task.IsCompleted ? "finished" : "working on")} that version for {document.FilePath}"); 117_logger.LogDebug($"We've already seen {request.RequestedVersion} for {document.FilePath} so that's a no from me"); 123_logger.LogDebug($"We were working on {request.RequestedVersion} for {document.FilePath} but you're newer so we're giving up on that"); 128_logger.LogDebug($"Going to start working on Html for {document.FilePath} as at {requestedVersion}"); 153_logger.LogDebug($"Not publishing Html text for {document.FilePath} as the request was cancelled."); 171_logger.LogDebug($"Not publishing Html text for {document.FilePath} as the request was cancelled."); 179_logger.LogDebug($"Not publishing Html text for {document.FilePath} as the request was cancelled.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (3)
90_logger.LogDebug($"Resolving auto-insertion for {razorDocument.FilePath}"); 95_logger.LogDebug($"Calling OOP to resolve insertion at {request.Position} invoked by typing '{request.Character}'"); 110_logger.LogDebug($"Got insert text edit from OOP {remoteInsertTextEdit}");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Rename\WorkspaceWillRenameEndpoint.cs (1)
41_logger.LogDebug($"Got a didRenameFiles notification with {request.Files.Length} renames.");
Microsoft.VisualStudioCode.RazorExtension (36)
Services\HtmlRequestInvoker.cs (1)
39_logger.LogDebug($"Making Html request for {method} on {razorDocument.FilePath}, checksum {checksumString}");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (3)
104_logger.LogDebug($"Invoking completion for {razorDocument.FilePath}"); 137_logger.LogDebug($"Calling OOP to get completion items at {request.Position} invoked by typing '{request.Context?.TriggerCharacter}'"); 172_logger.LogDebug($"HTML completion failed for {razorDocument.FilePath}, returning incomplete list");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionResolveEndpoint.cs (1)
148_logger.LogDebug($"Resolving Html completion item {request.Label} for {razorDocument.FilePath}");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (4)
62_logger.LogDebug($"Getting diagnostics for {razorDocument.FilePath}"); 87_logger.LogDebug($"Calling OOP with the {csharpDiagnostics.Length} C# and {htmlDiagnostics.Length} Html diagnostics"); 98_logger.LogDebug($"Reporting {diagnostics.Length} diagnostics back to the client"); 115_logger.LogDebug($"Getting C# diagnostics for {generatedDocument.FilePath}");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FoldingRange\CohostFoldingRangeEndpoint.cs (3)
64_logger.LogDebug($"Getting folding ranges for {razorDocument.FilePath}"); 75_logger.LogDebug($"Calling OOP with the {htmlRanges.Length} html ranges, so it can fill in the rest"); 83_logger.LogDebug($"Got a total of {allRanges.Length} ranges back from OOP");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (3)
71_logger.LogDebug($"Getting Html formatting changes for {razorDocument.FilePath}"); 90_logger.LogDebug($"Calling OOP with the {htmlChanges.Length} html edits, so it can fill in the rest"); 101_logger.LogDebug($"Got a total of {remoteResult.Length} ranges back from OOP");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (3)
101_logger.LogDebug($"Getting Html formatting changes for {razorDocument.FilePath}"); 117_logger.LogDebug($"Calling OOP with the {htmlChanges.Length} html edits, so it can fill in the rest"); 128_logger.LogDebug($"Got a total of {remoteResult.Length} ranges back from OOP");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (3)
74_logger.LogDebug($"Getting Html formatting changes for {razorDocument.FilePath}"); 95_logger.LogDebug($"Calling OOP with the {htmlChanges.Length} html edits, so it can fill in the rest"); 106_logger.LogDebug($"Got a total of {remoteResult.Length} ranges back from OOP");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\HtmlDocumentServices\HtmlDocumentSynchronizer.cs (11)
42_logger.LogDebug($"Document {razorFileUri} removed, so we're disposing and clearing out the sync request for it"); 52_logger.LogDebug($"TrySynchronize for {document.FilePath} as at {requestedVersion}"); 77_logger.LogDebug($"Not synchronizing Html text for {document.FilePath} as the request was cancelled."); 99_logger.LogDebug($"Already finished that version for {document.FilePath}, but was unsuccessful, so will recompute"); 104_logger.LogDebug($"Already {(request.Task.IsCompleted ? "finished" : "working on")} that version for {document.FilePath}"); 117_logger.LogDebug($"We've already seen {request.RequestedVersion} for {document.FilePath} so that's a no from me"); 123_logger.LogDebug($"We were working on {request.RequestedVersion} for {document.FilePath} but you're newer so we're giving up on that"); 128_logger.LogDebug($"Going to start working on Html for {document.FilePath} as at {requestedVersion}"); 153_logger.LogDebug($"Not publishing Html text for {document.FilePath} as the request was cancelled."); 171_logger.LogDebug($"Not publishing Html text for {document.FilePath} as the request was cancelled."); 179_logger.LogDebug($"Not publishing Html text for {document.FilePath} as the request was cancelled.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (3)
90_logger.LogDebug($"Resolving auto-insertion for {razorDocument.FilePath}"); 95_logger.LogDebug($"Calling OOP to resolve insertion at {request.Position} invoked by typing '{request.Character}'"); 110_logger.LogDebug($"Got insert text edit from OOP {remoteInsertTextEdit}");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Rename\WorkspaceWillRenameEndpoint.cs (1)
41_logger.LogDebug($"Got a didRenameFiles notification with {request.Files.Length} renames.");