5 implementations of ILspServiceNotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
23internal sealed partial class DidChangeConfigurationNotificationHandler : ILspServiceNotificationHandler<LSP.DidChangeConfigurationParams>, IOnInitialized
Handler\DocumentChanges\DidCloseHandler.cs (1)
20internal class DidCloseHandler() : ILspServiceNotificationHandler<LSP.DidCloseTextDocumentParams>, ITextDocumentIdentifierHandler<LSP.DidCloseTextDocumentParams, TextDocumentIdentifier>
Handler\DocumentChanges\DidOpenHandler.cs (1)
21internal class DidOpenHandler() : ILspServiceNotificationHandler<LSP.DidOpenTextDocumentParams>, ITextDocumentIdentifierHandler<LSP.DidOpenTextDocumentParams, TextDocumentItem>
Handler\Extensions\DeactivateExtensionHandler.cs (1)
19: AbstractExtensionHandler, ILspServiceNotificationHandler<DeactivateExtensionParams>
Handler\ServerLifetime\InitializedHandler.cs (1)
12internal sealed class InitializedHandler : ILspServiceNotificationHandler<InitializedParams>