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