1 write to cache
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ResolverCache.cs (1)
18
this.
cache
= new Dictionary<Type, WeakReference>();
4 references to cache
System.Data (4)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ResolverCache.cs (4)
26
if (this.
cache
.ContainsKey(type))
28
this.
cache
[type] = new WeakReference(result);
32
this.
cache
.Add(type, new WeakReference(result));
41
if (this.
cache
.TryGetValue(type, out value))