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