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