3 references to ContextResolveParam
Microsoft.CodeAnalysis.LanguageServer (3)
LanguageServer\Handler\CopilotCompletion\CopilotCompletionResolveContextHandler.cs (3)
16internal sealed class CopilotCompletionResolveContextHandler : ILspServiceDocumentRequestHandler<ContextResolveParam, IContextItem[]> 34public TextDocumentIdentifier GetTextDocumentIdentifier(ContextResolveParam request) 37public async Task<IContextItem[]> HandleRequestAsync(ContextResolveParam param, RequestContext context, CancellationToken cancellationToken)