2 writes to op
System.Xml (2)
System\Xml\XPath\Internal\LogicalExpr.cs (2)
27this.op = op; 32this.op = other.op;
3 references to op
System.Xml (3)
System\Xml\XPath\Internal\LogicalExpr.cs (3)
32this.op = other.op; 43Operator.Op op = this.op; 376w.WriteAttributeString("op", op.ToString());