1 implementation of IPersistentStorageService
Microsoft.CodeAnalysis.Workspaces (1)
Storage\LegacyPersistentStorageService.cs (1)
19internal sealed class LegacyPersistentStorageService : IPersistentStorageService
5 references to IPersistentStorageService
Microsoft.CodeAnalysis.Workspaces (4)
Storage\LegacyPersistentStorageService.cs (1)
21[ExportWorkspaceServiceFactory(typeof(IPersistentStorageService)), Shared]
Workspace\Host\HostWorkspaceServices.cs (2)
64public virtual IPersistentStorageService PersistentStorage 66get { 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)
21/// write tests once and have them run against all <see cref="IPersistentStorageService"/>