6 implementations of IsDefined
mscorlib (5)
system\reflection\assembly.cs (1)
928
public virtual bool
IsDefined
(Type attributeType, bool inherit)
system\reflection\emit\dynamicmethod.cs (1)
1027
bool ICustomAttributeProvider.
IsDefined
(Type attributeType, bool inherit) {
system\reflection\memberinfo.cs (1)
58
public abstract bool
IsDefined
(Type attributeType, bool inherit);
system\reflection\module.cs (1)
151
public virtual bool
IsDefined
(Type attributeType, bool inherit)
system\reflection\parameterinfo.cs (1)
170
public virtual bool
IsDefined
(Type attributeType, bool inherit)
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
415
bool ICustomAttributeProvider.
IsDefined
(Type attributeType, bool inherit)
2 references to IsDefined
System.ServiceModel (2)
System\ServiceModel\Description\TypeLoader.cs (2)
762
if (attrProvider.
IsDefined
(typeof(XmlSerializerFormatAttribute), false))
766
if (attrProvider.
IsDefined
(typeof(DataContractFormatAttribute), false))