1 write to Cache
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1465if (cache.Cache == null) cache.Cache = new ArrayList();
6 references to Cache
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (6)
1454if (cache.Cache != null) cache.Cache.Clear(); 1456else if (cache.Cache != null) 1459return (object[])cache.Cache.ToArray(filterType ?? typeof(object)); 1465if (cache.Cache == null) cache.Cache = new ArrayList(); 1466ArrayList compiledAttributes = cache.Cache;