3 references to Instance
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (3)
HandlerProviderTests.cs (2)
47Assert.Same(TestParameterlessNotificationHandler.Instance, methodHandler); 105(typeof(IMethodHandler), TestParameterlessNotificationHandler.Instance),
RequestExecutionQueueTests.cs (1)
131var requestExecutionQueue = GetRequestExecutionQueue(false, (TestParameterlessNotificationHandler.Metadata, TestParameterlessNotificationHandler.Instance));