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