1 implementation of ITemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TemporaryStorage\LegacyTemporaryStorageService.cs (1)
20
internal sealed class LegacyTemporaryStorageService :
ITemporaryStorageService
4 references to ITemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Host\HostWorkspaceServices.cs (2)
112
public virtual
ITemporaryStorageService
TemporaryStorage
114
get { 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]