1 write to _xpathexpr
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
50_xpathexpr = elem.InnerXml.Trim(null);
4 references to _xpathexpr
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (4)
82if (_xpathexpr == null) 113element.InnerXml = _xpathexpr!; 162if (!string.IsNullOrEmpty(_xpathexpr)) 167XPathExpression xpathExpr = navigator.Compile("boolean(" + _xpathexpr + ")");