2 writes to _cachedPlan
System.Data.Entity (2)
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
211this._cachedPlan = plan;
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
219this._cachedPlan = plan;
6 references to _cachedPlan
System.Data.Entity (6)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (1)
56Debug.Assert(this._cachedPlan == null, "Cached plan should not be set on compiled LINQ queries");
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
97ObjectQueryExecutionPlan plan = this._cachedPlan;
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
152ObjectQueryExecutionPlan plan = this._cachedPlan;
System\Data\Objects\Internal\ObjectQueryState.cs (3)
133if (this._cachedPlan != null) 163ObjectQueryExecutionPlan plan = this._cachedPlan; 200ObjectQueryExecutionPlan plan = this._cachedPlan;