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