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)
718if (_xpathexpr == null) 745element.InnerXml = _xpathexpr; 783if (!String.IsNullOrEmpty(_xpathexpr)) { 787XPathExpression xpathExpr = navigator.Compile("boolean(" + _xpathexpr + ")");