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)
57
hasResult =
_resultCache
.TryGetValue(arg, out result);
71
if (!
_resultCache
.TryGetValue(arg, out result))
74
_resultCache
.Add(arg, result);