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