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; 305target._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); 283if (_bags == null) 288return _bags.AsReadOnly(); 509if (_bags != null) 511foreach (Pkcs12SafeBag safeBag in _bags)