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