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