31 references to TraceInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (31)
Extensions\ProtocolConversions.cs (1)
479context?.TraceInformation($"Could not convert '{mappedSpan.FilePath}' to uri");
Handler\Completion\CompletionResolveHandler.cs (1)
54context.TraceInformation("No cache entry found for the provided completion item at resolve time.");
Handler\Diagnostics\AbstractDocumentPullDiagnosticHandler.cs (1)
42context.TraceInformation("Ignoring diagnostics request because no text document was provided");
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (7)
115context.TraceInformation($"{this.GetType()}. Skipping due to {nameof(SolutionCrawlerRegistrationService.EnableSolutionCrawler)}={false}"); 124context.TraceInformation($"{handlerName} started getting diagnostics"); 131context.TraceInformation($"previousResults.Length={previousResults.Length}"); 149context.TraceInformation($"Processing {orderedSources.Length} documents"); 176context.TraceInformation($"Diagnostics were unchanged for {diagnosticSource.ToDisplayString()}"); 219context.TraceInformation($"{this.GetType()} finished getting diagnostics"); 304context.TraceInformation($"Clearing diagnostics for removed document: {removedResult.TextDocument.Uri}");
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (1)
109context.TraceInformation($"Closing workspace/diagnostics request for {category}");
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDiagnosticSourceHelpers.cs (1)
48context.TraceInformation($"Skipping tracked document: {document.GetURI()}");
Handler\Diagnostics\DiagnosticsPullCache.cs (1)
43state.Context.TraceInformation($"Found {diagnostics.Length} diagnostics for {state.DiagnosticSource.ToDisplayString()}");
Handler\DocumentChanges\DidCloseHandler.cs (1)
34context.TraceInformation($"didClose for {request.TextDocument.Uri}");
Handler\DocumentChanges\DidOpenHandler.cs (1)
34context.TraceInformation($"didOpen for {request.TextDocument.Uri}");
Handler\InlineCompletions\XmlSnippetParser.cs (1)
50context.TraceInformation($"Reading snippet for {matchingSnippetInfo.Title} with path {matchingSnippetInfo.Path}");
Handler\MapCode\MapCodeHandler.cs (2)
105context.TraceInformation($"mapCode sub-request for {textDocument.Uri} failed: 'IMapCodeService.MapCodeAsync' returns null."); 130context.TraceInformation($"A focus location in '{textDocumentIdentifier.Uri}' is skipped, only locations in corresponding MapCodeMapping.TextDocument is currently considered.");
Handler\RequestContext.cs (1)
331TraceInformation($"Ignoring diagnostics request because no {typeof(TDocument).Name} was provided");
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (9)
67context.TraceInformation($"{this.GetType()} started getting spell checking spans"); 75context.TraceInformation($"previousResults.Length={previousResults.Length}"); 89context.TraceInformation($"Processing {orderedDocuments.Length} documents"); 93context.TraceInformation($"Processing: {document.FilePath}"); 98context.TraceInformation($"Ignoring document '{document.FilePath}' because it does not support spell checking"); 112context.TraceInformation($"Spans were changed for document: {document.FilePath}"); 121context.TraceInformation($"Spans were unchanged for document: {document.FilePath}"); 133context.TraceInformation($"{this.GetType()} finished getting spans"); 217context.TraceInformation($"Clearing spans for removed document: {textDocument.Uri}");
Handler\SpellCheck\DocumentSpellCheckHandler.cs (2)
50context.TraceInformation("Ignoring spell check request because no document was provided"); 56context.TraceInformation($"Ignoring spell check request for untracked document: {context.Document.GetURI()}");
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
82context.TraceInformation($"Skipping tracked document: {document.GetURI()}");