4 references to OperatorType
System.Private.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (4)
314switch (root.OperatorType) 321return new NumericExpr(root.OperatorType, op1, op2); 328return new LogicalExpr(root.OperatorType, op1, op2); 331return new BooleanExpr(root.OperatorType, op1, op2);