1 instantiation of MutatingHandler
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (1)
Mocks\TestMethodHandlers.cs (1)
86
public static readonly IMethodHandler Instance = new
MutatingHandler
();
3 references to MutatingHandler
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (3)
RequestExecutionQueueTests.cs (3)
69
(
MutatingHandler
.Metadata,
MutatingHandler
.Instance),
81
await requestExecutionQueue.ExecuteAsync(JToken.FromObject(new MockRequest(1)),
MutatingHandler
.Name, lspServices, CancellationToken.None);