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