2 writes to opnd1
System.Xml (2)
System\Xml\XPath\Internal\LogicalExpr.cs (2)
28
this.
opnd1
= opnd1;
33
this.
opnd1
= Clone(other.opnd1);
4 references to opnd1
System.Xml (4)
System\Xml\XPath\Internal\LogicalExpr.cs (4)
33
this.opnd1 = Clone(other.
opnd1
);
38
opnd1
.SetXsltContext(context);
44
object val1 = this.
opnd1
.Evaluate(nodeIterator);
377
opnd1
.PrintQuery(w);