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