2 writes to _exml
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXml.cs (2)
180get => _exml ??= new EncryptedXml(_containingDocument!); // default processing rules 181set => _exml = value;