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);
81
return (
_plans
.GetOrAdd(planKey, newPlan));
91
foreach (var value in
_plans
.Values)