3 references to PinnedGCHandle
System.IO.Compression (2)
System\IO\Compression\Zstandard\ZstandardDictionary.cs (2)
61compressionDict._pinnedData = new PinnedGCHandle<byte[]>(data); 70decompressionDict._pinnedData = new PinnedGCHandle<byte[]>(data);
System.Security.Cryptography (1)
System\Security\Cryptography\PinAndClear.cs (1)
17_gcHandle = new PinnedGCHandle<byte[]>(data),