2 writes to arg
System.Xml (2)
System\Xml\XPath\Internal\BooleanFunctions.cs (2)
22this.arg = arg; 26this.arg = Clone(other.arg);
9 references to arg
System.Xml (9)
System\Xml\XPath\Internal\BooleanFunctions.cs (9)
26this.arg = Clone(other.arg); 31if (arg != null) { 32arg.SetXsltContext(context); 55object result = arg.Evaluate(nodeIterator); 56if (result is XPathNodeIterator) return arg.Advance() != null; 67return ! (bool) arg.Evaluate(nodeIterator); 71string str = arg.Evaluate(nodeIterator).ToString(); 84if (arg != null) { 85arg.PrintQuery(w);