1 interface inheriting from IPersistentStorage
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\IChecksummedPersistentStorage.cs (1)
15internal interface IChecksummedPersistentStorage : IPersistentStorage
8 references to IPersistentStorage
IdeCoreBenchmarks (1)
CloudCachePersistentStorage.cs (1)
22/// Implementation of Roslyn's <see cref="IPersistentStorage"/> sitting on top of the platform's cloud storage
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
CloudCachePersistentStorage.cs (1)
22/// Implementation of Roslyn's <see cref="IPersistentStorage"/> sitting on top of the platform's cloud storage
Microsoft.CodeAnalysis.Workspaces (5)
Storage\AbstractPersistentStorageService.cs (1)
183/// that wraps the underlying <see cref="IPersistentStorage"/> singleton.
Storage\LegacyPersistentStorageService.cs (1)
38public IPersistentStorage GetStorage(Solution solution)
Storage\SQLite\v2\SQLitePersistentStorage.cs (1)
22/// Implementation of an <see cref="IPersistentStorage"/> backed by SQLite.
Workspace\Host\PersistentStorage\IPersistentStorage.cs (1)
13/// Instances of <see cref="IPersistentStorage"/> support both synchronous and asynchronous disposal. Asynchronous
Workspace\Host\PersistentStorage\IPersistentStorageService.cs (1)
19IPersistentStorage GetStorage(Solution solution);
Microsoft.VisualStudio.LanguageServices (1)
Storage\CloudCachePersistentStorage.cs (1)
22/// Implementation of Roslyn's <see cref="IPersistentStorage"/> sitting on top of the platform's cloud storage