2 references to IContextProvider
Microsoft.CodeAnalysis.Features.ExternalAccess (2)
Copilot\Internal\Completion\CSharpContextProviderService.cs (2)
19
internal sealed class CSharpContextProviderService([ImportMany] IEnumerable<
IContextProvider
> providers)
22
private readonly ImmutableArray<
IContextProvider
> _providers = [.. providers];