1 implementation of ISemanticSearchSolutionService
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Internal\SemanticSearch\CopilotSemanticSearchSolutionService.cs (1)
17[Import(AllowDefault = true)] ICopilotSemanticSearchSolutionService? impl) : ISemanticSearchSolutionService
3 references to ISemanticSearchSolutionService
Microsoft.CodeAnalysis.Features (2)
SemanticSearch\SemanticSearchDocumentSupportsFeatureService.cs (1)
16[Import(AllowDefault = true)] Lazy<ISemanticSearchSolutionService>? solutionService) : IDocumentSupportsFeatureService
SemanticSearch\SemanticSearchWorkspace.cs (1)
14internal abstract class SemanticSearchWorkspace(HostServices services, ISemanticSearchSolutionService solutionService)
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Internal\SemanticSearch\CopilotSemanticSearchSolutionService.cs (1)
13[Export(typeof(ISemanticSearchSolutionService)), Shared]