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