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