3 implementations of ILspServiceNotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\DocumentChanges\DidCloseHandler.cs (1)
18
internal class DidCloseHandler :
ILspServiceNotificationHandler
<LSP.DidCloseTextDocumentParams>, ITextDocumentIdentifierHandler<LSP.DidCloseTextDocumentParams, TextDocumentIdentifier>
Handler\DocumentChanges\DidOpenHandler.cs (1)
19
internal class DidOpenHandler :
ILspServiceNotificationHandler
<LSP.DidOpenTextDocumentParams>, ITextDocumentIdentifierHandler<LSP.DidOpenTextDocumentParams, Uri>
Handler\ServerLifetime\InitializedHandler.cs (1)
12
internal class InitializedHandler :
ILspServiceNotificationHandler
<InitializedParams>