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