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