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