2 references to GetMetadataStoreAttributes
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
1567foreach (object attr in AttributeDataCache.GetMetadataStoreAttributes(type, memberName, _tables)) 1572foreach (object attr in AttributeDataCache.GetMetadataStoreAttributes(type.GetGenericTypeDefinition(), memberName, _tables))