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