5 writes to _bags
System.Security.Cryptography.Pkcs (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (5)
48
_bags
= ReadBags(serialized);
67
_bags
= ReadBags(PkcsHelpers.DecodeOctetStringAsMemory(contentInfoAsn.Content));
81
_bags
??= new List<Pkcs12SafeBag>();
272
_bags
= bags;
305
target.
_bags
= ReadBagsCore(nestedSerialized, pendingContents);
5 references to _bags
System.Security.Cryptography.Pkcs (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (5)
83
_bags
.Add(safeBag);
283
if (
_bags
== null)
288
return
_bags
.AsReadOnly();
509
if (
_bags
!= null)
511
foreach (Pkcs12SafeBag safeBag in
_bags
)