7 references to IsDefined
System.Reflection.Context (7)
System\Reflection\Context\Custom\CustomConstructorInfo.cs (1)
32return AttributeUtils.IsDefined(this, attributeType, inherit);
System\Reflection\Context\Custom\CustomEventInfo.cs (1)
32return AttributeUtils.IsDefined(this, attributeType, inherit);
System\Reflection\Context\Custom\CustomFieldInfo.cs (1)
32return AttributeUtils.IsDefined(this, attributeType, inherit);
System\Reflection\Context\Custom\CustomMethodInfo.cs (1)
32return AttributeUtils.IsDefined(this, attributeType, inherit);
System\Reflection\Context\Custom\CustomParameterInfo.cs (1)
32return AttributeUtils.IsDefined(this, attributeType, inherit);
System\Reflection\Context\Custom\CustomPropertyInfo.cs (1)
32return AttributeUtils.IsDefined(this, attributeType, inherit);
System\Reflection\Context\Custom\CustomType.cs (1)
38return AttributeUtils.IsDefined(this, attributeType, inherit);