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