1 implementation of IPersistentStorageService
Microsoft.CodeAnalysis.Workspaces (1)
Storage\LegacyPersistentStorageService.cs (1)
17
internal sealed class LegacyPersistentStorageService :
IPersistentStorageService
5 references to IPersistentStorageService
Microsoft.CodeAnalysis.Workspaces (4)
Storage\LegacyPersistentStorageService.cs (1)
19
[ExportWorkspaceServiceFactory(typeof(
IPersistentStorageService
)), Shared]
Workspace\Host\HostWorkspaceServices.cs (2)
102
public virtual
IPersistentStorageService
PersistentStorage
104
get { return this.GetRequiredService<
IPersistentStorageService
>(); }
Workspace\Host\PersistentStorage\IPersistentStorageConfiguration.cs (1)
18
/// Configuration of the <see cref="
IPersistentStorageService
"/> intended to be used to override behavior in tests.
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\SQLiteV2PersistentStorageTests.cs (1)
15
/// write tests once and have them run against all <see cref="
IPersistentStorageService
"/>