6 implementations of GetCustomAttributes
mscorlib (5)
system\reflection\assembly.cs (1)
916
public virtual Object[]
GetCustomAttributes
(bool inherit)
system\reflection\emit\dynamicmethod.cs (1)
1023
Object[] ICustomAttributeProvider.
GetCustomAttributes
(bool inherit) {
system\reflection\memberinfo.cs (1)
54
public abstract Object[]
GetCustomAttributes
(bool inherit);
system\reflection\module.cs (1)
141
public virtual Object[]
GetCustomAttributes
(bool inherit)
system\reflection\parameterinfo.cs (1)
156
public virtual Object[]
GetCustomAttributes
(bool inherit)
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
357
object[] ICustomAttributeProvider.
GetCustomAttributes
(bool inherit)
3 references to GetCustomAttributes
System.Web.Extensions (1)
UI\AssemblyCache.cs (1)
90
foreach (Attribute attribute in attributeProvider.
GetCustomAttributes
(inherit: false)) {
System.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (1)
45
object[] attrs = provider.
GetCustomAttributes
(false);
System\Xml\Serialization\XmlAttributes.cs (1)
94
object[] attrs = provider.
GetCustomAttributes
(false);