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