2 references to CreateWrap
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1652
private static ExprWrap WrapShortLivedExpression(Expr expr) => ExprFactory.
CreateWrap
(expr);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
816
local.wrap = ExprFactory.
CreateWrap
(create);