1 instantiation of AttributeMergeCache
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1445if (cache == null) cache = new AttributeMergeCache();
5 references to AttributeMergeCache
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (5)
1052private AttributeMergeCache _cache; 1439private object[] MergeAttributes(Type filterType, MemberInfo member, bool inherit, ref AttributeMergeCache cache) 1804private AttributeMergeCache _cache; 1877private AttributeMergeCache _cache; 1939private AttributeMergeCache _cache;