2 references to Make
System.Core (2)
Microsoft\Scripting\Ast\ConstantExpression.cs (2)
112
return ConstantExpression.
Make
(value, value == null ? typeof(object) : value.GetType());
135
return ConstantExpression.
Make
(value, type);