2 instantiations of TemporaryStorageStreamHandle
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageService.cs (2)
148return new(memoryMappedInfo.MemoryMappedFile, identifier); 180return new(memoryMappedFile, storageIdentifier);
3 references to TemporaryStorageStreamHandle
Microsoft.CodeAnalysis.Workspaces (3)
Serialization\SerializerService_Reference.cs (1)
441var storageHandle = TemporaryStorageService.GetStreamHandle(storageIdentifier);
TemporaryStorage\TemporaryStorageService.cs (2)
143public TemporaryStorageStreamHandle WriteToTemporaryStorage(Stream stream) 175internal static TemporaryStorageStreamHandle GetStreamHandle(TemporaryStorageIdentifier storageIdentifier)