Base:
method
GetCustomAttributes
System.Reflection.MemberInfo.GetCustomAttributes(System.Type, System.Boolean)
2 references to GetCustomAttributes
System.WorkflowServices (2)
System\Workflow\Activities\ContractType.cs (2)
223return GetCustomAttributes(typeof(object), inherit); 243object[] attrs = GetCustomAttributes(typeof(DefaultMemberAttribute), false);