3 writes to _elemProp
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
29_elemProp = elementProperty; 54_elemProp = value; 96_elemProp = value;
2 references to _elemProp
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptionProperty.cs (2)
46get { return _elemProp; } 79return (document.ImportNode(_elemProp!, true) as XmlElement)!;