4 references to Logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Extensions\ActivateExtensionHandler.cs (1)
35context.Logger.LogException(handlerNames.ExtensionException);
Handler\Extensions\DispatchDocumentExtensionMessageHandler.cs (1)
39context.Logger.LogException(exception);
Handler\Extensions\DispatchWorkspaceExtensionMessageHandler.cs (1)
35context.Logger.LogException(exception);
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
108var item = await GetInlineCompletionItemsAsync(context.Logger, document, linePosition, request.Options, _xmlSnippetParser, cancellationToken).ConfigureAwait(false);