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()); 171if (_contents != null) 173foreach (ContentInfoAsn contentInfo in _contents) 313if (_contents != null) 315foreach (ContentInfoAsn contentInfo in _contents)