1 type derived from AbstractPersistentStorageService
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
20IAsynchronousOperationListener asyncListener) : AbstractPersistentStorageService(configuration), IWorkspaceService
4 references to AbstractPersistentStorageService
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\AbstractPersistentStorageService+SQLiteTestAccessor.cs (1)
14internal readonly struct TestAccessor(AbstractPersistentStorageService service)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (3)
PersistentStorage\AbstractPersistentStorageTests.cs (3)
43private AbstractPersistentStorageService? _storageService; 1011_storageService = (AbstractPersistentStorageService)solution.Workspace.Services.SolutionServices.GetPersistentStorageService(); 1029_storageService = (AbstractPersistentStorageService)services.SolutionServices.GetPersistentStorageService();