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)
345
ReadOnlyMemory<byte> content =
_heldContent
?? ContentInfo.Content;
387
Debug.Assert(
_heldContent
!= null);
430
Debug.Assert(
_heldContent
.HasValue);
431
ReadOnlyMemory<byte> content =
_heldContent
.Value;
476
Debug.Assert(
_heldContent
!= null);