1 write to m_gcHandle
System.Security (1)
system\security\cryptography\pkcs\pkcsmisc.cs (1)
523
m_gcHandle
= GCHandle.Alloc(m_content, GCHandleType.Pinned);
2 references to m_gcHandle
System.Security (2)
system\security\cryptography\pkcs\pkcsmisc.cs (2)
513
if (
m_gcHandle
.IsAllocated) {
514
m_gcHandle
.Free();