3 writes to _currentPersistentStorage
Microsoft.CodeAnalysis.Workspaces (3)
Storage\AbstractPersistentStorageService.cs (3)
79_currentPersistentStorage = null; 88_currentPersistentStorage = new ReferenceCountedDisposable<IChecksummedPersistentStorage>(storage); 158_currentPersistentStorage = null;
5 references to _currentPersistentStorage
Microsoft.CodeAnalysis.Workspaces (5)
Storage\AbstractPersistentStorageService.cs (5)
60return PersistentStorageReferenceCountedDisposableWrapper.AddReferenceCountToAndCreateWrapper(_currentPersistentStorage!); 68if (_currentPersistentStorage != null) 70var storageToDispose = _currentPersistentStorage; 94return PersistentStorageReferenceCountedDisposableWrapper.AddReferenceCountToAndCreateWrapper(_currentPersistentStorage); 157storage = _currentPersistentStorage;