1 write to _resultCache
System.Data.Services.Design (1)
System\Data\Common\Utils\Memoizer.cs (1)
37_resultCache = new Dictionary<TArg, Result>(argComparer);
3 references to _resultCache
System.Data.Services.Design (3)
System\Data\Common\Utils\Memoizer.cs (3)
57hasResult = _resultCache.TryGetValue(arg, out result); 71if (!_resultCache.TryGetValue(arg, out result)) 74_resultCache.Add(arg, result);