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