1 write to _seenAttributes
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1473
_seenAttributes
= new Hashtable();
4 references to _seenAttributes
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (4)
1471
if (
_seenAttributes
== null)
1477
_seenAttributes
.Clear();
1494
bool haveSeenBefore =
_seenAttributes
.ContainsKey(attrData.AttributeType);
1515
_seenAttributes
[attrData.AttributeType] = attr;