1 implementation of ISymbolSearchService
Microsoft.CodeAnalysis.Workspaces (1)
SymbolSearch\ISymbolSearchService.cs (1)
156internal sealed class DefaultSymbolSearchService() : ISymbolSearchService
5 references to ISymbolSearchService
Microsoft.CodeAnalysis.Features (1)
AddImport\IAddImportFeatureService.cs (1)
46/// <see cref="GetFixesAsync(Document, TextSpan, string, int, ISymbolSearchService, AddImportOptions,
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (3)
89/// Provides an implementation of the <see cref="ISymbolSearchService"/> on the remote side so that 92/// appropriately to wherever the real <see cref="ISymbolSearchService"/> is running. This is necessary 93/// because it's not guaranteed that the real <see cref="ISymbolSearchService"/> will be running in
Microsoft.CodeAnalysis.Workspaces (1)
SymbolSearch\ISymbolSearchService.cs (1)
153[ExportWorkspaceService(typeof(ISymbolSearchService)), Shared]