7 references to MethodName
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
HandlerTests.cs (5)
160
=> await server.ExecuteRequestAsync<TestRequestWithDocument, TestConfigurableResponse>(TestConfigurableDocumentHandler.
MethodName
, request, CancellationToken.None));
188
=> await server.ExecuteRequestAsync<TestRequestWithDocument, TestConfigurableResponse>(TestConfigurableDocumentHandler.
MethodName
, request, CancellationToken.None));
216
=> await server.ExecuteRequestAsync<TestRequestWithDocument, TestConfigurableResponse>(TestConfigurableDocumentHandler.
MethodName
, request, CancellationToken.None));
246
=> await server.ExecuteRequestAsync<TestRequestWithDocument, TestConfigurableResponse>(TestConfigurableDocumentHandler.
MethodName
, request, CancellationToken.None));
274
=> 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
,