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