1 reference to ExprConstant
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
139
public static ExprConstant CreateConstant(CType type, ConstVal constVal) => new
ExprConstant
(type, constVal);