2 implementations of CreateTemporaryStreamStorage
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageServiceFactory.cs (1)
111ITemporaryStreamStorageInternal ITemporaryStorageServiceInternal.CreateTemporaryStreamStorage()
Workspace\Host\TemporaryStorage\TrivialTemporaryStorageService.cs (1)
23public ITemporaryStreamStorageInternal CreateTemporaryStreamStorage()
3 references to CreateTemporaryStreamStorage
Microsoft.CodeAnalysis.Workspaces (3)
Serialization\SerializerService_Reference.cs (1)
461storage = _storageService.CreateTemporaryStreamStorage();
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
78_commandLineStorage = _temporaryStorageService.CreateTemporaryStreamStorage();
Workspace\Solution\SolutionState.SkeletonReferenceCache.cs (1)
254var storage = temporaryStorageService.CreateTemporaryStreamStorage();