1 instantiation of VSProjectContextList
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (1)
68return new VSProjectContextList
5 references to VSProjectContextList
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (2)
24internal class GetTextDocumentWithContextHandler() : ILspServiceDocumentRequestHandler<VSGetProjectContextsParams, VSProjectContextList?> 31public async Task<VSProjectContextList?> HandleRequestAsync(VSGetProjectContextsParams request, RequestContext context, CancellationToken cancellationToken)
Protocol\Extensions\VSMethods.cs (2)
17/// <see cref="VSProjectContextList" />. 31public static readonly LspRequest<VSGetProjectContextsParams, VSProjectContextList> GetProjectContexts = new(GetProjectContextsName);
Protocol\Extensions\VSProjectContextList.cs (1)
10/// <see cref="VSProjectContextList" /> represents the response to the