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