2 references to GetCustomAttributes
mscorlib (2)
system\appdomain.cs (1)
632TargetFrameworkAttribute[] attrs = (TargetFrameworkAttribute[])assembly.GetCustomAttributes(typeof(TargetFrameworkAttribute));
system\reflection\CustomAttributeExtensions.cs (1)
109return (IEnumerable<T>)GetCustomAttributes(element, typeof(T));