12 implementations of ILspServiceNotificationHandler
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
AbstractRazorNotificationHandler.cs (1)
11internal abstract class AbstractRazorNotificationHandler<TRequestType> : ILspServiceNotificationHandler<TRequestType>
Microsoft.CodeAnalysis.LanguageServer (5)
BrokeredServices\ServiceBrokerConnectHandler.cs (1)
15internal sealed class ServiceBrokerConnectHandler : ILspServiceNotificationHandler<ServiceBrokerConnectHandler.NotificationParams>
HostWorkspace\FileWatching\LspDidChangeWatchedFilesHandler.cs (1)
15internal sealed class LspDidChangeWatchedFilesHandler : ILspServiceNotificationHandler<DidChangeWatchedFilesParams>
HostWorkspace\OpenProjectsHandler.cs (1)
16internal sealed class OpenProjectHandler : ILspServiceNotificationHandler<OpenProjectHandler.NotificationParams>
HostWorkspace\OpenSolutionHandler.cs (1)
15internal sealed class OpenSolutionHandler : ILspServiceNotificationHandler<OpenSolutionHandler.NotificationParams>
LanguageServer\Handler\Logging\UpdateLogLevelHandler.cs (1)
17internal sealed class UpdateLogLevelHandler(ServerConfiguration serverConfiguration) : ILspServiceNotificationHandler<UpdateLogLevelParams>
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>
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
HandlerTests.cs (1)
365internal sealed class TestNotificationHandler() : ILspServiceNotificationHandler<TestRequestTypeOne>