1 write to _xpathexpr
System.Security (1)
system\security\cryptography\xml\transform.cs (1)
691
_xpathexpr
= elem.InnerXml.Trim(null);
4 references to _xpathexpr
System.Security (4)
system\security\cryptography\xml\transform.cs (4)
718
if (
_xpathexpr
== null)
745
element.InnerXml =
_xpathexpr
;
783
if (!String.IsNullOrEmpty(
_xpathexpr
)) {
787
XPathExpression xpathExpr = navigator.Compile("boolean(" +
_xpathexpr
+ ")");