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