3 writes to _heldContent
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
199
_heldContent
= contentValue;
211
_heldContent
= ContentInfo.Content.CloneByteArray();
477
_heldContent
= null;
5 references to _heldContent
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
350
ReadOnlyMemory<byte> content =
_heldContent
?? ContentInfo.Content;
392
Debug.Assert(
_heldContent
!= null);
435
Debug.Assert(
_heldContent
.HasValue);
436
ReadOnlyMemory<byte> content =
_heldContent
.Value;
481
Debug.Assert(
_heldContent
!= null);