1 write to _plans
System.Data.Entity (1)
System\Data\Common\QueryCache\CompiledQueryCacheEntry.cs (1)
46_plans = new ConcurrentDictionary<string,ObjectQueryExecutionPlan>();
3 references to _plans
System.Data.Entity (3)
System\Data\Common\QueryCache\CompiledQueryCacheEntry.cs (3)
63_plans.TryGetValue(key, out plan); 81return (_plans.GetOrAdd(planKey, newPlan)); 91foreach (var value in _plans.Values)