4 references to GetProjectContextsName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (1)
21
[Method(VSMethods.
GetProjectContextsName
)]
Protocol\Extensions\VSMethods.cs (1)
31
public static readonly LspRequest<VSGetProjectContextsParams, VSProjectContextList> GetProjectContexts = new(
GetProjectContextsName
);
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
,