2 writes to opnd2
System.Xml (2)
System\Xml\XPath\Internal\LogicalExpr.cs (2)
29
this.
opnd2
= opnd2;
34
this.
opnd2
= Clone(other.opnd2);
4 references to opnd2
System.Xml (4)
System\Xml\XPath\Internal\LogicalExpr.cs (4)
34
this.opnd2 = Clone(other.
opnd2
);
39
opnd2
.SetXsltContext(context);
45
object val2 = this.
opnd2
.Evaluate(nodeIterator);
378
opnd2
.PrintQuery(w);