2 implementations of ExecuteNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.UnitTests (2)
Utilities\AbstractLanguageServerClientTests.TestLspClient.cs (1)
195public Task ExecuteNotificationAsync<RequestType>(string methodName, RequestType request) where RequestType : class
Utilities\AbstractLanguageServerHostTests.cs (1)
94public Task ExecuteNotificationAsync<RequestType>(string methodName, RequestType request) where RequestType : class
1 reference to ExecuteNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Utilities\LspClientExtensions.cs (1)
24await lspClient.ExecuteNotificationAsync<OpenProjectHandler.NotificationParams>(OpenProjectHandler.OpenProjectName, new() { Projects = projects });