2 writes to _enableQueryPlanCaching
System.Data.Entity (2)
System\Data\EntityClient\EntityCommand.cs (2)
66this._enableQueryPlanCaching = true; 412this._enableQueryPlanCaching = value;
2 references to _enableQueryPlanCaching
System.Data.Entity (2)
System\Data\EntityClient\EntityCommand.cs (2)
406return this._enableQueryPlanCaching; 704if (!this._enableQueryPlanCaching || string.IsNullOrEmpty(this._esqlCommandText))