3 writes to _contents
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (3)
60
_contents
??= new List<ContentInfoAsn>();
104
_contents
??= new List<ContentInfoAsn>();
121
_contents
??= new List<ContentInfoAsn>();
7 references to _contents
System.Security.Cryptography (7)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (7)
62
_contents
.Add(
106
_contents
.Add(
123
_contents
.Add(safeContents.EncodeToContentInfo());
171
if (
_contents
!= null)
173
foreach (ContentInfoAsn contentInfo in
_contents
)
313
if (
_contents
!= null)
315
foreach (ContentInfoAsn contentInfo in
_contents
)