3 writes to _storageService
IdeBenchmarks (3)
SQLitePersistentStorageBenchmark.cs (3)
39
_storageService
= null!;
65
_storageService
= new SQLitePersistentStorageService(new StorageConfiguration(), asyncListener);
85
_storageService
= null!;
1 reference to _storageService
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
68
_storage =
_storageService
.GetStorageAsync(SolutionKey.ToSolutionKey(solution), CancellationToken.None).AsTask().GetAwaiter().GetResult();