4 references to OperatorType
System.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (4)
269switch (root.OperatorType) { 275return new NumericExpr(root.OperatorType, op1, op2); 282return new LogicalExpr(root.OperatorType, op1, op2); 285return new BooleanExpr(root.OperatorType, op1, op2);