3 references to GetCustomAttributes
System.Composition.TypedParts (1)
System\Composition\TypedParts\Util\DirectAttributeContext.cs (1)
32return Attribute.GetCustomAttributes(parameter, false);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
88return Attribute.GetCustomAttributes(element, inherit);
src\System\Attribute.CoreCLR.cs (1)
529return GetCustomAttributes(element, true);