3 writes to _shaper
System.Data.Entity (3)
System\Data\Objects\ObjectResult_TResultType.cs (3)
55_shaper = shaper; 81_shaper = null; 112_shaper = null;
8 references to _shaper
System.Data.Entity (8)
System\Data\Objects\ObjectResult_TResultType.cs (8)
56_reader = _shaper.Reader; 66if (null == _shaper) 80Shaper<T> shaper = _shaper; 104if (_shaper != null) 108if (_shaper.Context != null && _readerOwned) 110_shaper.Context.ReleaseConnection(); 132bool forceReadOnly = this._shaper.MergeOption == MergeOption.NoTracking; 133_cachedBindingList = ObjectViewFactory.CreateViewForQuery<T>(this._resultItemType, this, this._shaper.Context, forceReadOnly, this._singleEntitySet);