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