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;
66
if (null ==
_shaper
)
80
Shaper<T> shaper =
_shaper
;
104
if (
_shaper
!= null)
108
if (
_shaper
.Context != null && _readerOwned)
110
_shaper
.Context.ReleaseConnection();
132
bool forceReadOnly = this.
_shaper
.MergeOption == MergeOption.NoTracking;
133
_cachedBindingList = ObjectViewFactory.CreateViewForQuery<T>(this._resultItemType, this, this.
_shaper
.Context, forceReadOnly, this._singleEntitySet);