2 writes to _currentPersistentStorage
Microsoft.CodeAnalysis.Workspaces (2)
Storage\AbstractPersistentStorageService.cs (1)
61_currentPersistentStorage = await CreatePersistentStorageAsync(solutionKey, workingFolder, faultInjector, cancellationToken).ConfigureAwait(false);
Storage\SQLite\v2\AbstractPersistentStorageService+SQLiteTestAccessor.cs (1)
19service._currentPersistentStorage = null;
4 references to _currentPersistentStorage
Microsoft.CodeAnalysis.Workspaces (4)
Storage\AbstractPersistentStorageService.cs (3)
49var existing = _currentPersistentStorage; 60if (_currentPersistentStorage?.SolutionKey != solutionKey) 63return _currentPersistentStorage;
Storage\SQLite\v2\AbstractPersistentStorageService+SQLiteTestAccessor.cs (1)
18(service._currentPersistentStorage as SQLitePersistentStorage)?.DatabaseOwnership.Dispose();