3 writes to _heldContent
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
193_heldContent = contentValue; 205_heldContent = ContentInfo.Content.CloneByteArray(); 452_heldContent = null;
5 references to _heldContent
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
329ReadOnlyMemory<byte> content = _heldContent ?? ContentInfo.Content; 371Debug.Assert(_heldContent != null); 411Debug.Assert(_heldContent.HasValue); 412ReadOnlyMemory<byte> content = _heldContent.Value; 456Debug.Assert(_heldContent != null);