1 instantiation of TestNotificationWithoutParamsHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
HandlerTests.cs (1)
423return new TestNotificationWithoutParamsHandler();
5 references to TestNotificationWithoutParamsHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
HandlerTests.cs (5)
81await server.ExecuteNotification0Async(TestNotificationWithoutParamsHandler.MethodName); 82var response = await server.GetRequiredLspService<TestNotificationWithoutParamsHandler>().ResultSource.Task; 83Assert.Equal(typeof(TestNotificationWithoutParamsHandler).Name, response); 400public const string MethodName = nameof(TestNotificationWithoutParamsHandler); 416[ExportCSharpVisualBasicLspServiceFactory(typeof(TestNotificationWithoutParamsHandler)), PartNotDiscoverable, Shared]