7 references to MethodName
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
HandlerTests.cs (5)
163
=> await server.ExecuteRequestAsync<TestRequestWithDocument, TestConfigurableResponse>(TestConfigurableDocumentHandler.
MethodName
, request, CancellationToken.None));
191
=> await server.ExecuteRequestAsync<TestRequestWithDocument, TestConfigurableResponse>(TestConfigurableDocumentHandler.
MethodName
, request, CancellationToken.None));
219
=> await server.ExecuteRequestAsync<TestRequestWithDocument, TestConfigurableResponse>(TestConfigurableDocumentHandler.
MethodName
, request, CancellationToken.None));
249
=> await server.ExecuteRequestAsync<TestRequestWithDocument, TestConfigurableResponse>(TestConfigurableDocumentHandler.
MethodName
, request, CancellationToken.None));
277
=> await server.ExecuteRequestAsync<TestRequestWithDocument, TestConfigurableResponse>(TestConfigurableDocumentHandler.
MethodName
, request, CancellationToken.None));
TestConfigurableDocumentHandler.cs (2)
23
[LanguageServerEndpoint(
MethodName
, LanguageServerConstants.DefaultLanguageName)]
62
var handler = (TestConfigurableDocumentHandler)server.GetQueueAccessor()!.Value.GetHandlerProvider().GetMethodHandler(TestConfigurableDocumentHandler.
MethodName
,