3 implementations of ICloudCacheStorageService
IdeCoreBenchmarks (1)
AbstractCloudCachePersistentStorageService.cs (1)
18internal abstract class AbstractCloudCachePersistentStorageService : AbstractPersistentStorageService, ICloudCacheStorageService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
AbstractCloudCachePersistentStorageService.cs (1)
18internal abstract class AbstractCloudCachePersistentStorageService : AbstractPersistentStorageService, ICloudCacheStorageService
Microsoft.VisualStudio.LanguageServices (1)
Storage\AbstractCloudCachePersistentStorageService.cs (1)
18internal abstract class AbstractCloudCachePersistentStorageService : AbstractPersistentStorageService, ICloudCacheStorageService
4 references to ICloudCacheStorageService
IdeCoreBenchmarks (1)
CloudCache\IdeCoreBenchmarksCloudCacheServiceFactory.cs (1)
15[ExportWorkspaceServiceFactory(typeof(ICloudCacheStorageService), ServiceLayer.Host), Shared]
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\Storage\RemoteCloudCachePersistentStorageService.cs (1)
24[ExportWorkspaceServiceFactory(typeof(ICloudCacheStorageService), WorkspaceKind.RemoteWorkspace), Shared]
Microsoft.CodeAnalysis.Workspaces (1)
Storage\PersistentStorageExtensions.cs (1)
30=> services.GetService<ICloudCacheStorageService>() ??
Microsoft.VisualStudio.LanguageServices (1)
Storage\VisualStudioCloudCacheStorageService.cs (1)
24[ExportWorkspaceServiceFactory(typeof(ICloudCacheStorageService), ServiceLayer.Host), Shared]