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