4 implementations of ILspServiceNotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
23
internal partial class DidChangeConfigurationNotificationHandler :
ILspServiceNotificationHandler
<LSP.DidChangeConfigurationParams>, IOnInitialized
Handler\DocumentChanges\DidCloseHandler.cs (1)
18
internal class DidCloseHandler :
ILspServiceNotificationHandler
<LSP.DidCloseTextDocumentParams>, ITextDocumentIdentifierHandler<LSP.DidCloseTextDocumentParams, TextDocumentIdentifier>
Handler\DocumentChanges\DidOpenHandler.cs (1)
18
internal class DidOpenHandler :
ILspServiceNotificationHandler
<LSP.DidOpenTextDocumentParams>, ITextDocumentIdentifierHandler<LSP.DidOpenTextDocumentParams, Uri>
Handler\ServerLifetime\InitializedHandler.cs (1)
12
internal class InitializedHandler :
ILspServiceNotificationHandler
<InitializedParams>