2 references to s_false
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ConstVal.cs (2)
117
ConstValKind.Boolean => new ConstVal(
s_false
),
121
public static ConstVal Get(bool value) => new ConstVal(value ? s_true :
s_false
);