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)
82
if (
_xpathexpr
== null)
113
element.InnerXml =
_xpathexpr
!;
162
if (!string.IsNullOrEmpty(
_xpathexpr
))
167
XPathExpression xpathExpr = navigator.Compile("boolean(" +
_xpathexpr
+ ")");