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