4 implementations of ILspServiceNotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
22
internal sealed 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 sealed class InitializedHandler :
ILspServiceNotificationHandler
<InitializedParams>
1 reference to ILspServiceNotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Extensions\ExtensionUnregisterHandler.cs (1)
19
: AbstractExtensionHandler,
ILspServiceNotificationHandler
<ExtensionUnregisterParams>