1 implementation of IWorkspaceCacheService
Microsoft.VisualStudio.LanguageServices (1)
Implementation\WorkspaceCacheService.cs (1)
15internal sealed class WorkspaceCacheService : IWorkspaceCacheService
8 references to IWorkspaceCacheService
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\ImportCompletionProvider\AbstractImportCompletionCacheServiceFactory.cs (2)
45var cacheService = workspaceServices.GetService<IWorkspaceCacheService>();
Microsoft.VisualStudio.LanguageServices (6)
Implementation\VirtualMemoryNotificationListener.cs (1)
50_workspaceCacheService = workspace.Services.GetService<IWorkspaceCacheService>() as WorkspaceCacheService;
Implementation\WorkspaceCacheService.cs (1)
14[ExportWorkspaceService(typeof(IWorkspaceCacheService), ServiceLayer.Host), Shared]
ProjectSystem\VisualStudioWorkspace.cs (4)
42var cacheService = Services.GetService<IWorkspaceCacheService>(); 63var cacheService = Services.GetService<IWorkspaceCacheService>();