2 writes to opnd1
System.Xml (2)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
30this.opnd1 = opnd1; 35this.opnd1 = Clone(other.opnd1);
4 references to opnd1
System.Xml (4)
System\Xml\XPath\Internal\BooleanExpr.cs (4)
35this.opnd1 = Clone(other.opnd1); 41opnd1.SetXsltContext(context); 46object n1 = opnd1.Evaluate(nodeIterator); 59opnd1.PrintQuery(w);