3 writes to _elemProp
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
26_elemProp = elementProperty; 51_elemProp = value; 90_elemProp = value;
2 references to _elemProp
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptionProperty.cs (2)
43get { return _elemProp; } 76return (document.ImportNode(_elemProp!, true) as XmlElement)!;