3 writes to _heldContent
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
194_heldContent = contentValue; 206_heldContent = ContentInfo.Content.CloneByteArray(); 472_heldContent = null;
5 references to _heldContent
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
345ReadOnlyMemory<byte> content = _heldContent ?? ContentInfo.Content; 387Debug.Assert(_heldContent != null); 430Debug.Assert(_heldContent.HasValue); 431ReadOnlyMemory<byte> content = _heldContent.Value; 476Debug.Assert(_heldContent != null);