2 references to SQLitePersistentStorageService
Microsoft.CodeAnalysis.Workspaces (2)
Storage\PersistentStorageExtensions.cs (1)
22
return services.GetService<
SQLitePersistentStorageService
>() ?? NoOpPersistentStorageService.GetOrThrow(configuration);
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
23
[ExportWorkspaceServiceFactory(typeof(
SQLitePersistentStorageService
)), Shared]