1 implementation of ITemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TemporaryStorage\LegacyTemporaryStorageService.cs (1)
22internal sealed class LegacyTemporaryStorageService : ITemporaryStorageService
4 references to ITemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Host\HostWorkspaceServices.cs (2)
74public virtual ITemporaryStorageService TemporaryStorage 76get { return this.GetRequiredService<ITemporaryStorageService>(); }
Workspace\Host\TemporaryStorage\LegacyTemporaryStorageService.cs (2)
18/// Legacy implementation of obsolete public API <see cref="ITemporaryStorageService"/>. 21[ExportWorkspaceService(typeof(ITemporaryStorageService)), Shared]