1 instantiation of NotificationParams
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Utilities\LspClientExtensions.cs (1)
21
=> lspClient.ExecuteNotificationAsync<OpenProjectHandler.NotificationParams>(OpenProjectHandler.OpenProjectName,
new
() { Projects = projects });
4 references to NotificationParams
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\OpenProjectsHandler.cs (3)
16
internal sealed class OpenProjectHandler : ILspServiceNotificationHandler<OpenProjectHandler.
NotificationParams
>
32
Task INotificationHandler<
NotificationParams
, RequestContext>.HandleNotificationAsync(
NotificationParams
request, RequestContext requestContext, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Utilities\LspClientExtensions.cs (1)
21
=> lspClient.ExecuteNotificationAsync<OpenProjectHandler.
NotificationParams
>(OpenProjectHandler.OpenProjectName, new() { Projects = projects });