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)
341
ReadOnlyMemory<byte> content =
_heldContent
?? ContentInfo.Content;
383
Debug.Assert(
_heldContent
!= null);
423
Debug.Assert(
_heldContent
.HasValue);
424
ReadOnlyMemory<byte> content =
_heldContent
.Value;
469
Debug.Assert(
_heldContent
!= null);