1 implementation of ISemanticSearchSolutionService
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchSolutionService.cs (1)
17[Import(AllowDefault = true)] ICopilotSemanticSearchSolutionService? impl) : ISemanticSearchSolutionService
6 references to ISemanticSearchSolutionService
Microsoft.CodeAnalysis.EditorFeatures (1)
SemanticSearch\SemanticSearchEditorWorkspace.cs (1)
19ISemanticSearchSolutionService solutionService,
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchSolutionService.cs (1)
13[Export(typeof(ISemanticSearchSolutionService)), Shared]
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.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
58Lazy<ISemanticSearchSolutionService> semanticSearchService, 95public ISemanticSearchSolutionService SemanticSearchService