1 reference to s_true
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ConstVal.cs (1)
121
public static ConstVal Get(bool value) => new ConstVal(value ?
s_true
: s_false);