6 references to IsDefined
System.Private.CoreLib (6)
System\Reflection\Runtime\EventInfos\RuntimeEventInfo.cs (1)
148
return RuntimeCustomAttribute.
IsDefined
(this, attributeType, inherit: false);
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
86
return RuntimeCustomAttribute.
IsDefined
(this, attributeType, inherit);
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (1)
49
return RuntimeCustomAttribute.
IsDefined
(this, attributeType, inherit);
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
300
return RuntimeCustomAttribute.
IsDefined
(this, attributeType, inherit: false);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
120
return RuntimeCustomAttribute.
IsDefined
(ToType(), attributeType, inherit);
System\Reflection\RuntimeMethodInfo.cs (1)
105
return RuntimeCustomAttribute.
IsDefined
(this, attributeType, inherit);