1 instantiation of VSProjectContextList
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (1)
64
return Task.FromResult<VSProjectContextList?>(new
VSProjectContextList
8 references to VSProjectContextList
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (4)
20
internal class GetTextDocumentWithContextHandler : ILspServiceDocumentRequestHandler<VSGetProjectContextsParams,
VSProjectContextList
?>
33
public Task<
VSProjectContextList
?> HandleRequestAsync(VSGetProjectContextsParams request, RequestContext context, CancellationToken cancellationToken)
44
return SpecializedTasks.Null<
VSProjectContextList
>();
64
return Task.FromResult<
VSProjectContextList
?>(new VSProjectContextList
Protocol\Extensions\VSMethods.cs (3)
17
/// <see cref="
VSProjectContextList
" />.
26
public static readonly LspRequest<VSGetProjectContextsParams,
VSProjectContextList
> GetProjectContexts = new LspRequest<VSGetProjectContextsParams,
VSProjectContextList
>(GetProjectContextsName);
Protocol\Extensions\VSProjectContextList.cs (1)
10
/// <see cref="
VSProjectContextList
" /> represents the response to the