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