32 references to TraceDebug
Microsoft.CodeAnalysis.LanguageServer.Protocol (32)
Handler\CodeActions\CodeActionResolveHelper.cs (1)
33context.TraceDebug,
Handler\Diagnostics\AbstractDocumentPullDiagnosticHandler.cs (1)
40context.TraceDebug("Ignoring diagnostics request because no text document was provided");
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (7)
110context.TraceDebug($"{this.GetType()}. Skipping due to {nameof(SolutionCrawlerRegistrationService.EnableSolutionCrawler)}={false}"); 119context.TraceDebug($"{handlerName} started getting diagnostics"); 127context.TraceDebug($"previousResults.Length={previousResults.Length}"); 145context.TraceDebug($"Processing {orderedSources.Length} documents"); 172context.TraceDebug($"Diagnostics were unchanged for {diagnosticSource.ToDisplayString()}"); 215context.TraceDebug($"{this.GetType()} finished getting diagnostics"); 300context.TraceDebug($"Clearing diagnostics for removed document: {removedResult.TextDocument.DocumentUri}");
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (1)
117context.TraceDebug($"Closing workspace/diagnostics request for {category}");
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDiagnosticSourceHelpers.cs (1)
48context.TraceDebug($"Skipping tracked document: {document.GetURI()}");
Handler\Diagnostics\DiagnosticsPullCache.cs (1)
50state.Context.TraceDebug($"Found {diagnostics.Length} diagnostics for {state.DiagnosticSource.ToDisplayString()}");
Handler\DocumentChanges\DidCloseHandler.cs (1)
30context.TraceDebug($"didClose for {request.TextDocument.DocumentUri}");
Handler\DocumentChanges\DidOpenHandler.cs (1)
31context.TraceDebug($"didOpen for {request.TextDocument.DocumentUri}");
Handler\MapCode\MapCodeHandler.cs (2)
105context.TraceDebug($"mapCode sub-request for {textDocument.DocumentUri} failed: 'IMapCodeService.MapCodeAsync' returns null."); 130context.TraceDebug($"A focus location in '{textDocumentIdentifier.DocumentUri}' is skipped, only locations in corresponding MapCodeMapping.TextDocument is currently considered.");
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (2)
49context.TraceDebug($"Processing: {document.FilePath}"); 54context.TraceDebug($"Ignoring document '{document.FilePath}' because it does not support related documents");
Handler\RequestContext.cs (2)
333TraceDebug($"Ignoring diagnostics request because no {typeof(TDocument).Name} was provided"); 339TraceDebug($"Ignoring diagnostics request for untracked document: {document.GetURI()}");
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (9)
65context.TraceDebug($"{this.GetType()} started getting spell checking spans"); 73context.TraceDebug($"previousResults.Length={previousResults.Length}"); 87context.TraceDebug($"Processing {orderedDocuments.Length} documents"); 91context.TraceDebug($"Processing: {document.FilePath}"); 96context.TraceDebug($"Ignoring document '{document.FilePath}' because it does not support spell checking"); 110context.TraceDebug($"Spans were changed for document: {document.FilePath}"); 119context.TraceDebug($"Spans were unchanged for document: {document.FilePath}"); 131context.TraceDebug($"{this.GetType()} finished getting spans"); 215context.TraceDebug($"Clearing spans for removed document: {textDocument.DocumentUri}");
Handler\SpellCheck\DocumentSpellCheckHandler.cs (2)
50context.TraceDebug("Ignoring spell check request because no document was provided"); 56context.TraceDebug($"Ignoring spell check request for untracked document: {context.Document.GetURI()}");
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
82context.TraceDebug($"Skipping tracked document: {document.GetURI()}");