1 write to _attributeCache
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
266
if (_attributeCache == null)
_attributeCache
= new Dictionary<Type, AttributeCollection>();
5 references to _attributeCache
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (5)
159
if (
_attributeCache
!= null)
_attributeCache
.Clear();
266
if (
_attributeCache
== null) _attributeCache = new Dictionary<Type, AttributeCollection>();
267
if (!
_attributeCache
.TryGetValue(objectType, out attributes))
270
_attributeCache
[objectType] = attributes;