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)
345return GetCustomAttributes(typeof(object), inherit); 469object[] attrs = GetCustomAttributes(typeof(DefaultMemberAttribute), false);