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