1 write to cache
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ResolverCache.cs (1)
18
this.
cache
= new Dictionary<Type, WeakReference>();
4 references to cache
System.Activities.Presentation (4)
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))