3 writes to _heldContent
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
200_heldContent = contentValue; 212_heldContent = ContentInfo.Content.CloneByteArray(); 478_heldContent = null;
5 references to _heldContent
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
351ReadOnlyMemory<byte> content = _heldContent ?? ContentInfo.Content; 393Debug.Assert(_heldContent != null); 436Debug.Assert(_heldContent.HasValue); 437ReadOnlyMemory<byte> content = _heldContent.Value; 482Debug.Assert(_heldContent != null);