2 writes to _subjectKeyIds
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (2)
127_subjectKeyIds ??= new ArrayList(); 133_subjectKeyIds ??= new ArrayList();
6 references to _subjectKeyIds
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (6)
122get { return _subjectKeyIds; } 128_subjectKeyIds.Add(subjectKeyId); 134_subjectKeyIds.Add(Utils.DecodeHexString(subjectKeyId)); 198_subjectKeyIds?.Clear(); 234if (_subjectKeyIds != null) 236foreach (byte[] subjectKeyId in _subjectKeyIds)