3 references to GetCustomAttributeData
PresentationBuildTasks (3)
Shared\System\Windows\Markup\ReflectionHelper.cs (3)
229attrValue = GetCustomAttributeData(list[j], attrType, out typeValue, allowTypeAlso, false, allowZeroArgs); 267attributeDataString = GetCustomAttributeData(cad, attrType, out typeValue, allowTypeAlso, false, false); 463friendAssemblyName = GetCustomAttributeData(list[j], typeof(InternalsVisibleToAttribute), out typeValue, false, false, false);