5 references to VSMethods
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (1)
21
[Method(
VSMethods
.GetProjectContextsName)]
Handler\Providers\FeatureProvidersRefreshHandler.cs (1)
15
[Method(
VSMethods
.FeatureProvidersRefreshName)]
Protocol\Extensions\VSMethods.cs (1)
8
/// <see cref="
VSMethods
"/> contains the string values for all Language Server Protocol Visual Studio specific methods.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
ProjectContext\GetTextDocumentWithContextHandlerTests.cs (2)
174
return await testLspServer.ExecuteRequestAsync<LSP.VSGetProjectContextsParams, LSP.VSProjectContextList?>(LSP.
VSMethods
.GetProjectContextsName,
180
return await testLspServer.ExecuteRequestAsync<LSP.VSGetProjectContextsParams, LSP.VSProjectContextList?>(LSP.
VSMethods
.GetProjectContextsName,