2 writes to opnd1
System.Xml (2)
System\Xml\XPath\Internal\NumericExpr.cs (2)
35this.opnd1 = opnd1; 40this.opnd1 = Clone(other.opnd1);
4 references to opnd1
System.Xml (4)
System\Xml\XPath\Internal\NumericExpr.cs (4)
40this.opnd1 = Clone(other.opnd1); 45opnd1.SetXsltContext(context); 51XmlConvert.ToXPathDouble(opnd1.Evaluate(nodeIterator)), 74opnd1.PrintQuery(w);