8 references to TemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (8)
Serialization\SerializableSourceText.cs (2)
15using static Microsoft.CodeAnalysis.Host.TemporaryStorageService; 174TemporaryStorageService storageService,
Serialization\SerializedPortableExecutableReference.cs (1)
14using static TemporaryStorageService;
Serialization\SerializerService.cs (2)
43private readonly Lazy<TemporaryStorageService> _storageService = new(() => (TemporaryStorageService)workspaceServices.GetRequiredService<ITemporaryStorageServiceInternal>());
Serialization\SerializerService_Reference.cs (2)
18using static TemporaryStorageService; 426var storageHandle = TemporaryStorageService.GetStreamHandle(storageIdentifier);
TemporaryStorage\TemporaryStorageService.cs (1)
244TemporaryStorageService storageService,