2 writes to _recipient
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
175get => _recipient ??= string.Empty; // an unspecified value for an XmlAttribute is string.Empty 176set => _recipient = value;