2 references to MethodName
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
VSTypeScriptHandlerTests.cs (2)
52
var response = await testLspServer.ExecuteRequestAsync<TSRequest, int>(TypeScriptHandler.
MethodName
, request, CancellationToken.None);
138
[VSTypeScriptMethod(
MethodName
)]