1 implementation of ITemporaryStorageService2
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageServiceFactory.cs (1)
29internal partial class TemporaryStorageService : ITemporaryStorageService2
4 references to ITemporaryStorageService2
Microsoft.CodeAnalysis.Workspaces (4)
Serialization\SerializableSourceText.cs (2)
158var storage2 = (ITemporaryStorageService2)storageService;
Serialization\SerializerService_Reference.cs (2)
476var service2 = (ITemporaryStorageService2)_storageService;