3 references to Instance
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (3)
HandlerProviderTests.cs (2)
38Assert.Same(TestNotificationHandler.Instance, methodHandler); 103(typeof(IMethodHandler), TestNotificationHandler.Instance),
RequestExecutionQueueTests.cs (1)
121var requestExecutionQueue = GetRequestExecutionQueue(false, (TestNotificationHandler.Metadata, TestNotificationHandler.Instance));