2 writes to opnd1
System.Xml (2)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
30
this.
opnd1
= opnd1;
35
this.
opnd1
= Clone(other.opnd1);
4 references to opnd1
System.Xml (4)
System\Xml\XPath\Internal\BooleanExpr.cs (4)
35
this.opnd1 = Clone(other.
opnd1
);
41
opnd1
.SetXsltContext(context);
46
object n1 =
opnd1
.Evaluate(nodeIterator);
59
opnd1
.PrintQuery(w);