linq2db by Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko

<PackageReference Include="linq2db" Version="5.0.0-rc.2" />

 ExpressionInstances

public static class ExpressionInstances
Contains pre-created instances of ConstantExpression object for often used constants. Using those instances we avoid unnecessary allocations of same constant instances and avoid boxing for value constants (e.g. booleans, integers).
public static readonly ConstantExpression Constant0

public static readonly ConstantExpression Constant1

public static readonly ConstantExpression Constant26

public static readonly ConstantExpression Constant29

public static readonly ConstantExpression False

public static readonly ConstantExpression True

public static readonly ConstantExpression UntypedNull