3 references to ContextResolveParam
Microsoft.CodeAnalysis.LanguageServer (3)
LanguageServer\Handler\CopilotCompletion\CopilotCompletionResolveContextHandler.cs (3)
18
: ILspServiceDocumentRequestHandler<
ContextResolveParam
, IContextItem[]>
29
public TextDocumentIdentifier GetTextDocumentIdentifier(
ContextResolveParam
request)
32
public async Task<IContextItem[]> HandleRequestAsync(
ContextResolveParam
param, RequestContext context, CancellationToken cancellationToken)