1 instantiation of PinnedBlob
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\VirtualHeap.cs (1)
103var blob = new PinnedBlob(GCHandle.Alloc(value, GCHandleType.Pinned), value.Length);
5 references to PinnedBlob
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\VirtualHeap.cs (5)
39private Dictionary<uint, PinnedBlob>? _blobs; 43_blobs = new Dictionary<uint, PinnedBlob>(); 68private Dictionary<uint, PinnedBlob> GetBlobs() 81if (!GetBlobs().TryGetValue(rawHandle, out var blob)) 103var blob = new PinnedBlob(GCHandle.Alloc(value, GCHandleType.Pinned), value.Length);