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)
49var existing = _currentPersistentStorage; 60if (_currentPersistentStorage?.SolutionKey != solutionKey) 63return _currentPersistentStorage;