2 references to IsDefined
mscorlib (1)
system\reflection\CustomAttributeExtensions.cs (1)
146
return Attribute.
IsDefined
(element, attributeType);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
551
if (Attribute.
IsDefined
(entry, typeof(DebuggableAttribute))) {