1 write to m_content
System.Security (1)
system\security\cryptography\pkcs\pkcsmisc.cs (1)
495
m_content
= content;
5 references to m_content
System.Security (5)
system\security\cryptography\pkcs\pkcsmisc.cs (5)
506
return
m_content
;
522
if (
m_content
!= null &&
m_content
.Length != 0) {
523
m_gcHandle = GCHandle.Alloc(
m_content
, GCHandleType.Pinned);
525
m_pContent = Marshal.UnsafeAddrOfPinnedArrayElement(
m_content
, 0);