1 implementation of GetContextItemsAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Completion\CSharpContextProviderService.cs (1)
24public IAsyncEnumerable<IContextItem> GetContextItemsAsync(Document document, int position, IReadOnlyDictionary<string, object> activeExperiments, CancellationToken cancellationToken)
1 reference to GetContextItemsAsync
Microsoft.CodeAnalysis.LanguageServer (1)
LanguageServer\Handler\CopilotCompletion\CopilotCompletionResolveContextHandler.cs (1)
42await foreach (var item in ContextProviderService.GetContextItemsAsync(document, position, activeExperiments, cancellationToken).ConfigureAwait(false))