3 writes to _heldContent
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
193_heldContent = contentValue; 205_heldContent = ContentInfo.Content.CloneByteArray(); 465_heldContent = null;
5 references to _heldContent
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
341ReadOnlyMemory<byte> content = _heldContent ?? ContentInfo.Content; 383Debug.Assert(_heldContent != null); 423Debug.Assert(_heldContent.HasValue); 424ReadOnlyMemory<byte> content = _heldContent.Value; 469Debug.Assert(_heldContent != null);