28 references to TraceInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (28)
Extensions\ProtocolConversions.cs (1)
170context?.TraceInformation($"Could not convert '{filePath}' to uri");
Handler\CodeActions\CodeActionResolveHandler.cs (1)
105context.TraceInformation($"Skipping code action operation for '{data.UniqueIdentifier}'. It was a '{option.GetType().FullName}'");
Handler\Completion\CompletionResolveHandler.cs (1)
61context.TraceInformation("No cache entry found for the provided completion item at resolve time.");
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (7)
131context.TraceInformation($"{handlerName} started getting diagnostics"); 146context.TraceInformation($"previousResults.Length={previousResults.Length}"); 162context.TraceInformation($"Processing {orderedSources.Length} documents"); 184context.TraceInformation($"Diagnostics were unchanged for {diagnosticSource.ToDisplayString()}"); 201context.TraceInformation($"{this.GetType()} finished getting diagnostics"); 291context.TraceInformation($"Found {diagnostics.Length} diagnostics for {diagnosticSource.ToDisplayString()}"); 304context.TraceInformation($"Clearing diagnostics for removed document: {removedResult.TextDocument.Uri}");
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
116context.TraceInformation("Ignoring diagnostics request because no document was provided");
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (1)
173context.TraceInformation("Closing workspace/diagnostics request");
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
126context.TraceInformation($"Skipping tracked document: {document.GetURI()}");
Handler\DocumentChanges\DidCloseHandler.cs (1)
34context.TraceInformation($"didClose for {request.TextDocument.Uri}");
Handler\DocumentChanges\DidOpenHandler.cs (1)
35context.TraceInformation($"didOpen for {request.TextDocument.Uri}");
Handler\InlineCompletions\XmlSnippetParser.cs (1)
50context.TraceInformation($"Reading snippet for {matchingSnippetInfo.Title} with path {matchingSnippetInfo.Path}");
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"); 109context.TraceInformation($"Spans were changed for document: {document.FilePath}"); 115context.TraceInformation($"Spans were unchanged for document: {document.FilePath}"); 127context.TraceInformation($"{this.GetType()} finished getting spans"); 181context.TraceInformation($"Clearing spans for removed document: {textDocument.Uri}");
Handler\SpellCheck\DocumentSpellCheckHandler.cs (2)
51context.TraceInformation("Ignoring spell check request because no document was provided"); 57context.TraceInformation($"Ignoring spell check request for untracked document: {context.Document.GetURI()}");
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
82context.TraceInformation($"Skipping tracked document: {document.GetURI()}");