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)
329
ReadOnlyMemory<byte> content =
_heldContent
?? ContentInfo.Content;
371
Debug.Assert(
_heldContent
!= null);
411
Debug.Assert(
_heldContent
.HasValue);
412
ReadOnlyMemory<byte> content =
_heldContent
.Value;
456
Debug.Assert(
_heldContent
!= null);