2 writes to PlanCachingEnabled
System.Data.Entity (2)
System\Data\Objects\Internal\ObjectQueryState.cs (1)
219
other.
PlanCachingEnabled
= this.PlanCachingEnabled;
System\Data\Objects\ObjectQuery.cs (1)
223
this._state.
PlanCachingEnabled
= value;
5 references to PlanCachingEnabled
System.Data.Entity (5)
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
163
if (this.
PlanCachingEnabled
&& !this._recompileRequired())
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
169
if (this.
PlanCachingEnabled
)
System\Data\Objects\Internal\ObjectQueryState.cs (2)
213
/// Sets the values the <see cref="
PlanCachingEnabled
"/> and <see cref="UserSpecifiedMergeOption"/> properties on
219
other.PlanCachingEnabled = this.
PlanCachingEnabled
;
System\Data\Objects\ObjectQuery.cs (1)
218
return this._state.
PlanCachingEnabled
;