Base:
method
IsDefined
System.Reflection.MemberInfo.IsDefined(System.Type, System.Boolean)
2 references to IsDefined
System.Private.CoreLib (2)
src\System\Enum.CoreCLR.cs (1)
118
bool hasFlagsAttribute = type.
IsDefined
(typeof(FlagsAttribute), inherit: false);
src\System\Runtime\InteropServices\DynamicInterfaceCastableHelpers.cs (1)
36
if (!implType.
IsDefined
(typeof(DynamicInterfaceCastableImplementationAttribute), inherit: false))