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