4 references to TestNonMutatingDocumentHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
HandlerTests.cs (4)
31
typeof(
TestNonMutatingDocumentHandler
),
126
await Assert.ThrowsAsync<StreamJsonRpc.RemoteInvocationException>(async () => await server.ExecuteRequestAsync<TestRequestTypeThree, string>(
TestNonMutatingDocumentHandler
.MethodName, request, CancellationToken.None));
328
[ExportCSharpVisualBasicStatelessLspService(typeof(
TestNonMutatingDocumentHandler
)), PartNotDiscoverable, Shared]
334
public const string MethodName = nameof(
TestNonMutatingDocumentHandler
);