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