Implemented interface members:
method
GetCustomAttributes
System.Reflection.ICustomAttributeProvider.GetCustomAttributes(System.Boolean)
method
GetCustomAttributes
System.Runtime.InteropServices._MemberInfo.GetCustomAttributes(System.Boolean)
58 overrides of GetCustomAttributes
mscorlib (24)
system\reflection\ConstructorInfo.cs (1)
396public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\constructorbuilder.cs (1)
155public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\dynamicmethod.cs (2)
763public override Object[] GetCustomAttributes(bool inherit) { return m_dynMethod.GetCustomAttributes(inherit); } 945public override Object[] GetCustomAttributes(bool inherit) {
system\reflection\emit\enumbuilder.cs (1)
305public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\fieldbuilder.cs (1)
160public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\generictypeparameterbuilder.cs (1)
209public override Object[] GetCustomAttributes(bool inherit) { throw new NotSupportedException(); }
system\reflection\emit\methodbuilder.cs (1)
658public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\methodbuilderinstantiation.cs (1)
54public override Object[] GetCustomAttributes(bool inherit) { return m_method.GetCustomAttributes(inherit); }
system\reflection\emit\propertybuilder.cs (1)
246public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\symbolmethod.cs (1)
156public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\symboltype.cs (1)
577public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\typebuilder.cs (1)
1508public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\typebuilderinstantiation.cs (1)
236public override Object[] GetCustomAttributes(bool inherit) { throw new NotSupportedException(); }
system\reflection\emit\xxxontypebuilderinstantiation.cs (3)
52public override Object[] GetCustomAttributes(bool inherit) { return m_method.GetCustomAttributes(inherit); } 149public override Object[] GetCustomAttributes(bool inherit) { return m_ctor.GetCustomAttributes(inherit); } 250public override Object[] GetCustomAttributes(bool inherit) { return m_field.GetCustomAttributes(inherit); }
system\reflection\eventinfo.cs (1)
304public override Object[] GetCustomAttributes(bool inherit)
system\reflection\fieldinfo.cs (1)
327public override Object[] GetCustomAttributes(bool inherit)
system\reflection\methodinfo.cs (1)
478public override Object[] GetCustomAttributes(bool inherit)
system\reflection\propertyinfo.cs (1)
373public override Object[] GetCustomAttributes(bool inherit)
system\reflection\typedelegator.cs (1)
244public override Object[] GetCustomAttributes(bool inherit)
system\rttype.cs (1)
5028public override Object[] GetCustomAttributes(bool inherit)
system\runtime\serialization\serializationfieldinfo.cs (1)
71public override Object[] GetCustomAttributes(bool inherit) {
PresentationFramework (1)
src\Framework\MS\Internal\Data\IndexerPropertyInfo.cs (1)
94public override object[] GetCustomAttributes(bool inherit)
System (1)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
155public override object[] GetCustomAttributes(bool inherit) {
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (4)
1234public override object[] GetCustomAttributes(bool inherit) 1852public override object[] GetCustomAttributes(bool inherit) 1914public override object[] GetCustomAttributes(bool inherit) 1988public override object[] GetCustomAttributes(bool inherit)
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
91public override object[] GetCustomAttributes(bool inherit) {
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (4)
1234public override object[] GetCustomAttributes(bool inherit) 1852public override object[] GetCustomAttributes(bool inherit) 1914public override object[] GetCustomAttributes(bool inherit) 1988public override object[] GetCustomAttributes(bool inherit)
System.Web (1)
Compilation\DelayLoadType.cs (1)
198public override object[] GetCustomAttributes(bool inherit) {
System.Workflow.Activities (4)
Designers\StateDesigner.cs (1)
2524public override object[] GetCustomAttributes(bool inherit)
Rules\RuleValidation.cs (3)
262public override object[] GetCustomAttributes(bool inherit) 374public override object[] GetCustomAttributes(bool inherit) 763public override object[] GetCustomAttributes(bool inherit)
System.Workflow.ComponentModel (16)
AuthoringOM\Bind.cs (1)
1719public override object[] GetCustomAttributes(bool inherit)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
343public override object[] GetCustomAttributes(bool inherit)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (1)
128public override object[] GetCustomAttributes(bool inherit)
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (1)
104public override object[] GetCustomAttributes(bool inherit)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
112public override object[] GetCustomAttributes(bool inherit) 273public override object[] GetCustomAttributes(bool inherit)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (2)
181public override object[] GetCustomAttributes(bool inherit) 262public override object[] GetCustomAttributes(bool inherit)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (6)
297public override object[] GetCustomAttributes(bool inherit) 847public override object[] GetCustomAttributes(bool inherit) 918public override object[] GetCustomAttributes(bool inherit) 1021public override object[] GetCustomAttributes(bool inherit) 1140public override object[] GetCustomAttributes(bool inherit) 1211public override object[] GetCustomAttributes(bool inherit)
AuthoringOM\Design\ComponentSerializationService.cs (1)
839public override object[] GetCustomAttributes(bool inherit)
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
174public override object[] GetCustomAttributes(bool inherit)
System.WorkflowServices (2)
System\Workflow\Activities\ContractMethodInfo.cs (1)
166public override object[] GetCustomAttributes(bool inherit)
System\Workflow\Activities\ContractType.cs (1)
221public override object[] GetCustomAttributes(bool inherit)
37 references to GetCustomAttributes
mscorlib (5)
system\reflection\emit\methodbuilderinstantiation.cs (1)
54public override Object[] GetCustomAttributes(bool inherit) { return m_method.GetCustomAttributes(inherit); }
system\reflection\emit\xxxontypebuilderinstantiation.cs (3)
52public override Object[] GetCustomAttributes(bool inherit) { return m_method.GetCustomAttributes(inherit); } 149public override Object[] GetCustomAttributes(bool inherit) { return m_ctor.GetCustomAttributes(inherit); } 250public override Object[] GetCustomAttributes(bool inherit) { return m_field.GetCustomAttributes(inherit); }
system\reflection\typedelegator.cs (1)
246return typeImpl.GetCustomAttributes(inherit);
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Serializer.cs (1)
52object[] attributes = type.GetCustomAttributes(false);
src\Framework\System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
359return UnderlyingType.GetCustomAttributes(inherit);
System (3)
sys\system\configuration\ApplicationSettingsBase.cs (3)
409object[] attributes = propInfo.GetCustomAttributes(false); 497_classAttributes = type.GetCustomAttributes(false); 718attributes = allProps[i].GetCustomAttributes(false);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (1)
143object[] attrs = member.GetCustomAttributes(false);
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
182return new AttributeCollection(this.GetType().GetCustomAttributes(false).OfType<Attribute>().ToArray());
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
92return _innerEventInfo.GetCustomAttributes(inherit);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (1)
143object[] attrs = member.GetCustomAttributes(false);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
182return new AttributeCollection(this.GetType().GetCustomAttributes(false).OfType<Attribute>().ToArray());
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
532object[] atts = o.GetType().GetCustomAttributes(/*inherit*/false); //atts will not be null (atts.Length==0)
System.Data.Services (1)
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
203DataServiceKeyAttribute keyAttribute = property.ReflectedType.GetCustomAttributes(true).OfType<DataServiceKeyAttribute>().FirstOrDefault();
System.Data.Services.Client (3)
System\Data\Services\Client\ClientType.cs (2)
112bool isEntity = type.GetCustomAttributes(true).OfType<DataServiceEntityAttribute>().Any(); 113DataServiceKeyAttribute dska = type.GetCustomAttributes(true).OfType<DataServiceKeyAttribute>().FirstOrDefault();
System\Data\Services\Client\DataServiceContext.cs (1)
2216var codegenAttr = this.resolveName.Method.GetCustomAttributes(false).OfType<System.CodeDom.Compiler.GeneratedCodeAttribute>().FirstOrDefault();
System.Web (1)
Compilation\DelayLoadType.cs (1)
199return Type.GetCustomAttributes(inherit);
System.Web.DynamicData (1)
DynamicData\DataBoundControlParameterTarget.cs (1)
32DataKeyPropertyAttribute attribute = _control.GetType().GetCustomAttributes(true).OfType<DataKeyPropertyAttribute>().FirstOrDefault();
System.Web.Extensions (2)
Compilation\WCFModel\SchemaMerger.cs (2)
576object[] propertyAttributes = property.GetCustomAttributes(true); 694object[] propertyAttributes = property.GetCustomAttributes(true);
System.Workflow.Activities (3)
Designers\StateDesigner.cs (1)
2526return this.realPropertyInfo.GetCustomAttributes(inherit);
Rules\RuleValidation.cs (2)
264return actualMethod.GetCustomAttributes(inherit); 376return actualMethod.GetCustomAttributes(inherit);
System.Workflow.ComponentModel (10)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (6)
299return this.runtimeType.GetCustomAttributes(inherit); 849return this.ctorInfo.GetCustomAttributes(inherit); 920return this.fieldInfo.GetCustomAttributes(inherit); 1023return this.propertyInfo.GetCustomAttributes(inherit); 1142return this.methodInfo.GetCustomAttributes(inherit); 1213return this.eventInfo.GetCustomAttributes(inherit);
AuthoringOM\ComponentFactoryHelpers.cs (1)
234attribs = objectType.GetCustomAttributes(inherit);
AuthoringOM\Design\ComponentSerializationService.cs (1)
842return this.realPropInfo.GetCustomAttributes(inherit);
AuthoringOM\Design\CustomActivityDesigner.cs (1)
460foreach (object attributeObj in member.GetCustomAttributes(false))
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
176return this.realPropertyInfo.GetCustomAttributes(inherit);