2 writes to opnd2
System.Xml (2)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
31this.opnd2 = opnd2; 36this.opnd2 = Clone(other.opnd2);
4 references to opnd2
System.Xml (4)
System\Xml\XPath\Internal\BooleanExpr.cs (4)
36this.opnd2 = Clone(other.opnd2); 42opnd2.SetXsltContext(context); 50return opnd2.Evaluate(nodeIterator); 60opnd2.PrintQuery(w);