2 writes to _subjectKeyIds
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (2)
125_subjectKeyIds ??= new ArrayList(); 131_subjectKeyIds ??= new ArrayList();
6 references to _subjectKeyIds
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (6)
120get { return _subjectKeyIds; } 126_subjectKeyIds.Add(subjectKeyId); 132_subjectKeyIds.Add(Utils.DecodeHexString(subjectKeyId)); 196_subjectKeyIds?.Clear(); 232if (_subjectKeyIds != null) 234foreach (byte[] subjectKeyId in _subjectKeyIds)