Base:
method
GetCustomAttributes
System.Reflection.MemberInfo.GetCustomAttributes(System.Type, System.Boolean)
2 references to GetCustomAttributes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
345
return
GetCustomAttributes
(typeof(object), inherit);
469
object[] attrs =
GetCustomAttributes
(typeof(DefaultMemberAttribute), false);