4 types derived from AbstractPersistentStorageService
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.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
19internal sealed class SQLitePersistentStorageService : AbstractPersistentStorageService, IWorkspaceService
Microsoft.VisualStudio.LanguageServices (1)
Storage\AbstractCloudCachePersistentStorageService.cs (1)
18internal abstract class AbstractCloudCachePersistentStorageService : AbstractPersistentStorageService, ICloudCacheStorageService
7 references to AbstractPersistentStorageService
Microsoft.CodeAnalysis.Workspaces (3)
Storage\AbstractPersistentStorageService.cs (3)
172private readonly AbstractPersistentStorageService _service; 174public TestAccessor(AbstractPersistentStorageService service) 182/// A trivial wrapper that we can hand out for instances from the <see cref="AbstractPersistentStorageService"/>
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (4)
PersistentStorage\AbstractPersistentStorageTests.cs (2)
43private AbstractPersistentStorageService? _storageService; 88internal abstract AbstractPersistentStorageService GetStorageService(
PersistentStorage\CloudCachePersistentStorageTests.cs (1)
18internal override AbstractPersistentStorageService GetStorageService(
PersistentStorage\SQLiteV2PersistentStorageTests.cs (1)
26internal override AbstractPersistentStorageService GetStorageService(IMefHostExportProvider exportProvider, IPersistentStorageConfiguration configuration, IPersistentStorageFaultInjector? faultInjector, string relativePathBase)