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)
19
service.
_currentPersistentStorage
= null;
4 references to _currentPersistentStorage
Microsoft.CodeAnalysis.Workspaces (4)
Storage\AbstractPersistentStorageService.cs (3)
49
var existing =
_currentPersistentStorage
;
60
if (
_currentPersistentStorage
?.SolutionKey != solutionKey)
63
return
_currentPersistentStorage
;
Storage\SQLite\v2\AbstractPersistentStorageService+SQLiteTestAccessor.cs (1)
18
(service.
_currentPersistentStorage
as SQLitePersistentStorage)?.DatabaseOwnership.Dispose();