3 writes to _heldContent
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
199_heldContent = contentValue; 211_heldContent = ContentInfo.Content.CloneByteArray(); 477_heldContent = null;
5 references to _heldContent
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
350ReadOnlyMemory<byte> content = _heldContent ?? ContentInfo.Content; 392Debug.Assert(_heldContent != null); 435Debug.Assert(_heldContent.HasValue); 436ReadOnlyMemory<byte> content = _heldContent.Value; 481Debug.Assert(_heldContent != null);