1 implementation of ICSharpCopilotContextProviderService
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Completion\CSharpContextProviderService.cs (1)
20: ICSharpCopilotContextProviderService
3 references to ICSharpCopilotContextProviderService
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Completion\CSharpContextProviderService.cs (1)
16[Export(typeof(ICSharpCopilotContextProviderService)), Shared]
Microsoft.CodeAnalysis.LanguageServer (2)
LanguageServer\Handler\CopilotCompletion\CopilotCompletionResolveContextHandler.cs (2)
17internal sealed class CopilotCompletionResolveContextHandler(ICSharpCopilotContextProviderService contextProviderService) 27public ICSharpCopilotContextProviderService ContextProviderService { get; } = contextProviderService;