4 references to OpenProjectHandler
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\OpenProjectsHandler.cs (2)
14[ExportCSharpVisualBasicStatelessLspService(typeof(OpenProjectHandler)), Shared] 16internal sealed class OpenProjectHandler : ILspServiceNotificationHandler<OpenProjectHandler.NotificationParams>
Microsoft.CodeAnalysis.LanguageServer.UnitTests (2)
Utilities\LspClientExtensions.cs (2)
21=> lspClient.ExecuteNotificationAsync<OpenProjectHandler.NotificationParams>(OpenProjectHandler.OpenProjectName, new() { Projects = projects });