1 instantiation of SQLitePersistentStorageService
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
31=> new SQLitePersistentStorageService(workspaceServices.GetRequiredService<IPersistentStorageConfiguration>(), _asyncListener);
2 references to SQLitePersistentStorageService
Microsoft.CodeAnalysis.Workspaces (2)
Storage\PersistentStorageExtensions.cs (1)
22return services.GetService<SQLitePersistentStorageService>() ?? NoOpPersistentStorageService.GetOrThrow(configuration);
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
22[ExportWorkspaceServiceFactory(typeof(SQLitePersistentStorageService)), Shared]