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)
60if (!_resultCache.TryGetValue(arg, out result)) 63_resultCache.Add(arg, result); 97return _resultCache.TryGetValue(arg, out result);