2 instantiations of TemporaryStorageStreamHandle
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageService.cs (2)
157return new(memoryMappedInfo.MemoryMappedFile, identifier); 189return 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)
152public TemporaryStorageStreamHandle WriteToTemporaryStorage(Stream stream) 184internal static TemporaryStorageStreamHandle GetStreamHandle(TemporaryStorageIdentifier storageIdentifier)