4 references to OperatorType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (4)
319switch (root.OperatorType) 326return new NumericExpr(root.OperatorType, op1, op2); 333return new LogicalExpr(root.OperatorType, op1, op2); 336return new BooleanExpr(root.OperatorType, op1, op2);