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