Home
last modified time | relevance | path

Searched refs:BindBoolBinOp (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DExpressionBinder.cs288 …ype.PT_BOOL, PredefinedType.PT_BOOL, BinOpMask.BoolNorm, 0, BindBoolBinOp, OpS… in ExpressionBinder()
291 …ype.PT_BOOL, PredefinedType.PT_BOOL, BinOpMask.Logical, 0, BindBoolBinOp, OpS… in ExpressionBinder()
H A DOperators.cs1817 private ExprBinOp BindBoolBinOp(ExpressionKind ek, EXPRFLAG flags, Expr arg1, Expr arg2) in BindBoolBinOp() method in Microsoft.CSharp.RuntimeBinder.Semantics.ExpressionBinder
1845 nonLiftedResult = BindBoolBinOp(ek, flags, nonLiftedArg1, nonLiftedArg2); in BindBoolBitwiseOp()
1860 return BindBoolBinOp(ek, flags, expr1, expr2); in BindBoolBitwiseOp()