1 write to ContextProviderService
Microsoft.CodeAnalysis.LanguageServer (1)
LanguageServer\Handler\CopilotCompletion\CopilotCompletionResolveContextHandler.cs (1)
25
ContextProviderService
= contextProviderService;
1 reference to ContextProviderService
Microsoft.CodeAnalysis.LanguageServer (1)
LanguageServer\Handler\CopilotCompletion\CopilotCompletionResolveContextHandler.cs (1)
47
await foreach (var item in
ContextProviderService
.GetContextItemsAsync(document, position, activeExperiments, cancellationToken).ConfigureAwait(false))