2 writes to opnd2
System.Xml (2)
System\Xml\XPath\Internal\NumericExpr.cs (2)
36this.opnd2 = opnd2; 41this.opnd2 = Clone(other.opnd2);
4 references to opnd2
System.Xml (4)
System\Xml\XPath\Internal\NumericExpr.cs (4)
41this.opnd2 = Clone(other.opnd2); 46opnd2.SetXsltContext(context); 52XmlConvert.ToXPathDouble(opnd2.Evaluate(nodeIterator)) 75opnd2.PrintQuery(w);