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