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