1 instantiation of TemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageService.Factory.cs (1)
30return new TemporaryStorageService(workspaceThreadingService, textFactory);
7 references to TemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (7)
Serialization\SerializableSourceText.cs (3)
15using static Microsoft.CodeAnalysis.Host.TemporaryStorageService; 177var temporaryStorageService = (TemporaryStorageService)storageService;
Serialization\SerializedPortableExecutableReference.cs (1)
14using static TemporaryStorageService;
Serialization\SerializerService_Reference.cs (2)
22using static TemporaryStorageService; 441var storageHandle = TemporaryStorageService.GetStreamHandle(storageIdentifier);
TemporaryStorage\TemporaryStorageService.cs (1)
246TemporaryStorageService storageService,