1 reference to IsZero
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\EXPRExtensions.cs (1)
66
public static bool IsZero(this Expr expr) => expr is ExprConstant constant && constant.
IsZero
;