3 writes to _storageService
IdeBenchmarks (3)
SQLitePersistentStorageBenchmark.cs (3)
40
_storageService
= null!;
67
_storageService
= new SQLitePersistentStorageService(connectionPoolService, new StorageConfiguration(), asyncListener);
88
_storageService
= null!;
1 reference to _storageService
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
70
_storage =
_storageService
.GetStorageWorkerAsync(SolutionKey.ToSolutionKey(solution), CancellationToken.None).AsTask().GetAwaiter().GetResult();