16 implementations of ILspServiceNotificationHandler
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
AbstractRazorNotificationHandler.cs (1)
11
internal abstract class AbstractRazorNotificationHandler<TRequestType> :
ILspServiceNotificationHandler
<TRequestType>
Microsoft.CodeAnalysis.LanguageServer (5)
BrokeredServices\ServiceBrokerConnectHandler.cs (1)
15
internal sealed class ServiceBrokerConnectHandler :
ILspServiceNotificationHandler
<ServiceBrokerConnectHandler.NotificationParams>
HostWorkspace\FileWatching\LspDidChangeWatchedFilesHandler.cs (1)
15
internal sealed class LspDidChangeWatchedFilesHandler :
ILspServiceNotificationHandler
<DidChangeWatchedFilesParams>
HostWorkspace\OpenProjectsHandler.cs (1)
16
internal sealed class OpenProjectHandler :
ILspServiceNotificationHandler
<OpenProjectHandler.NotificationParams>
HostWorkspace\OpenSolutionHandler.cs (1)
15
internal sealed class OpenSolutionHandler :
ILspServiceNotificationHandler
<OpenSolutionHandler.NotificationParams>
LanguageServer\Handler\Logging\UpdateLogLevelHandler.cs (1)
17
internal sealed class UpdateLogLevelHandler(ServerConfiguration serverConfiguration) :
ILspServiceNotificationHandler
<UpdateLogLevelParams>
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
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\DocumentChanges\DidSaveHandler.cs (1)
19
internal class DidSaveHandler() :
ILspServiceNotificationHandler
<DidSaveTextDocumentParams>, ITextDocumentIdentifierHandler<DidSaveTextDocumentParams, TextDocumentIdentifier>
Handler\Extensions\DeactivateExtensionHandler.cs (1)
19
: AbstractExtensionHandler,
ILspServiceNotificationHandler
<DeactivateExtensionParams>
Handler\Providers\FeatureProvidersRefreshHandler.cs (1)
18
internal class FeatureProvidersRefreshHandler(FeatureProviderRefresher providerRefresher) :
ILspServiceNotificationHandler
<TextDocumentIdentifier?>
Handler\ServerLifetime\InitializedHandler.cs (1)
12
internal sealed class InitializedHandler :
ILspServiceNotificationHandler
<InitializedParams>
Handler\SourceGenerators\WorkspaceRefreshSourceGeneratorsHandler.cs (1)
23
internal class WorkspaceRefreshSourceGeneratorsHandler(LspWorkspaceRegistrationService workspaceRegistrationService) :
ILspServiceNotificationHandler
<RefreshSourceGeneratorsParams>
Handler\WorkDoneProgress\WorkDoneProgressCancelledHandler.cs (1)
18
internal sealed class WorkDoneProgressCancelledHandler() :
ILspServiceNotificationHandler
<WorkDoneProgressCancelParams>
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
HandlerTests.cs (1)
380
internal sealed class TestNotificationHandler() :
ILspServiceNotificationHandler
<TestRequestTypeOne>