5 references to GetCustomAttributes
ReachFramework (2)
Serialization\Manager\ReachSerializationCacheItems.cs (2)
214Attribute[] attributes = Attribute.GetCustomAttributes(memberInfo); 488Attribute[] attributes = Attribute.GetCustomAttributes(memberInfo);
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationProperty.cs (1)
83foreach (Attribute attribute in Attribute.GetCustomAttributes(info))
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
75return Attribute.GetCustomAttributes(element);
System.Private.Windows.Core.TestUtilities (1)
BinarySerialization.cs (1)
21var attributes = Attribute.GetCustomAttributes(type);