1 reference to s_false
System.Linq.Expressions (1)
System\Linq\Expressions\Utils.cs (1)
45
public static ConstantExpression Constant(bool value) => value ? s_true :
s_false
;