1 interface inheriting from IPersistentStorage
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\IChecksummedPersistentStorage.cs (1)
12
internal interface IChecksummedPersistentStorage :
IPersistentStorage
3 references to IPersistentStorage
Microsoft.CodeAnalysis.Workspaces (3)
Storage\LegacyPersistentStorageService.cs (1)
36
public
IPersistentStorage
GetStorage(Solution solution)
Workspace\Host\PersistentStorage\IPersistentStorage.cs (1)
12
/// Instances of <see cref="
IPersistentStorage
"/> support both synchronous and asynchronous disposal. Asynchronous
Workspace\Host\PersistentStorage\IPersistentStorageService.cs (1)
17
IPersistentStorage
GetStorage(Solution solution);