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