1 write to _resultCache
System.Data.Entity (1)
System\Data\Common\Utils\Memoizer.cs (1)
37
_resultCache
= new Dictionary<TArg, Result>(argComparer);
3 references to _resultCache
System.Data.Entity (3)
System\Data\Common\Utils\Memoizer.cs (3)
60
if (!
_resultCache
.TryGetValue(arg, out result))
63
_resultCache
.Add(arg, result);
97
return
_resultCache
.TryGetValue(arg, out result);