Implemented interface member:
method
GetCustomAttributes
System.Reflection.ICustomAttributeProvider.GetCustomAttributes(System.Boolean)
3 overrides of GetCustomAttributes
mscorlib (1)
system\reflection\parameterinfo.cs (1)
729public override Object[] GetCustomAttributes(bool inherit)
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1262public override object[] GetCustomAttributes(bool inherit)
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodParameterInfo.cs (1)
64public override object[] GetCustomAttributes(bool inherit)
2 references to GetCustomAttributes
System.Web.Services (1)
System\Web\Services\Protocols\LogicalMethodInfo.cs (1)
570object[] attrs = p.GetCustomAttributes(false);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1264return this.paramInfo.GetCustomAttributes(inherit);