2 writes to wrap
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymFactory.cs (1)
123
sym.
wrap
= null;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
816
local.
wrap
= ExprFactory.CreateWrap(create);
3 references to wrap
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
122
Debug.Assert(local.Local.
wrap
!= null);
123
return local.Local.
wrap
;
817
Expr save = ExprFactory.CreateSave(local.
wrap
);