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