4 references to GetCustomAttributes
mscorlib (1)
system\resources\resourcemanager.cs (1)
879foreach (CustomAttributeData data in CustomAttributeData.GetCustomAttributes(a)) {
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XmlnsCache.cs (1)
232IList<CustomAttributeData> allAttributes = CustomAttributeData.GetCustomAttributes(asm);
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
459IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(sourceAssembly);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
330cads = CustomAttributeData.GetCustomAttributes(t.Assembly);