1 write to _currentPersistentStorage
Microsoft.CodeAnalysis.Workspaces (1)
Storage\AbstractPersistentStorageService.cs (1)
61
_currentPersistentStorage
= await CreatePersistentStorageAsync(solutionKey, workingFolder, faultInjector, cancellationToken).ConfigureAwait(false);
3 references to _currentPersistentStorage
Microsoft.CodeAnalysis.Workspaces (3)
Storage\AbstractPersistentStorageService.cs (3)
49
var existing =
_currentPersistentStorage
;
60
if (
_currentPersistentStorage
?.SolutionKey != solutionKey)
63
return
_currentPersistentStorage
;