2 writes to opnd1
System.Xml (2)
System\Xml\XPath\Internal\LogicalExpr.cs (2)
28this.opnd1 = opnd1; 33this.opnd1 = Clone(other.opnd1);
4 references to opnd1
System.Xml (4)
System\Xml\XPath\Internal\LogicalExpr.cs (4)
33this.opnd1 = Clone(other.opnd1); 38opnd1.SetXsltContext(context); 44object val1 = this.opnd1.Evaluate(nodeIterator); 377opnd1.PrintQuery(w);