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