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