4 references to Logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Extensions\ExtensionDocumentMessageHandler.cs (1)
39context.Logger.LogException(exception);
Handler\Extensions\ExtensionRegisterHandler.cs (1)
35context.Logger.LogException(handlerNames.ExtensionException);
Handler\Extensions\ExtensionWorkspaceMessageHandler.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);