8 references to Constant
System.Linq.Expressions (8)
System\Dynamic\BindingRestrictions.cs (1)
23
public static readonly BindingRestrictions Empty = new CustomRestriction(AstUtils.
Constant
(true));
System\Dynamic\ExpandoObject.cs (3)
798
AstUtils.
Constant
(ignoreCase),
872
AstUtils.
Constant
(binder.IgnoreCase)
891
AstUtils.
Constant
(binder.IgnoreCase)
System\Linq\Expressions\TypeBinaryExpression.cs (4)
62
return Expression.Block(Expression, Utils.
Constant
(value: false));
73
return Expression.Block(Expression, Utils.
Constant
(cType == TypeOperand.GetNonNullableType()));
144
return Utils.
Constant
(value: false);
148
return Utils.
Constant
(TypeOperand.GetNonNullableType() == ce.Value.GetType());