2 references to IsDefined
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
198
return CustomAttribute.
IsDefined
(this, attributeRuntimeType, inherit);
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1012
return CustomAttribute.
IsDefined
(m_bakedRuntimeType, attributeRuntimeType, inherit);