16 references to GetCustomAttributes
Microsoft.Extensions.Logging (1)
src\libraries\Common\src\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs (1)
17IList<CustomAttributeData> attributes = CustomAttributeData.GetCustomAttributes(providerType);
Microsoft.Extensions.Logging.Configuration (1)
src\libraries\Common\src\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs (1)
17IList<CustomAttributeData> attributes = CustomAttributeData.GetCustomAttributes(providerType);
Microsoft.Extensions.Telemetry (1)
Logging\Import\ProviderAliasUtilities.cs (1)
20IList<CustomAttributeData> attributes = CustomAttributeData.GetCustomAttributes(providerType);
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
851IList<CustomAttributeData> customAttributes = CustomAttributeData.GetCustomAttributes(property);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
4926IList<CustomAttributeData> attributes = CustomAttributeData.GetCustomAttributes(collectionType); 5710IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(baseType);
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (3)
229IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(mi); 241IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(t); 285IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(currentType);
PresentationFramework (1)
System\Windows\Markup\ParserContext.cs (1)
851IList<CustomAttributeData> customAttributes = CustomAttributeData.GetCustomAttributes(property);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
3012foreach (CustomAttributeData data in CustomAttributeData.GetCustomAttributes(member)) 3044foreach (CustomAttributeData data in CustomAttributeData.GetCustomAttributes(member))
src\System\RuntimeType.CoreCLR.cs (1)
1587IList<CustomAttributeData> attrs = CustomAttributeData.GetCustomAttributes(t);
System.Xaml (3)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (2)
229IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(mi); 285IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(currentType);
System\Xaml\Schema\Reflector.cs (1)
512_attributeData = CustomAttributeData.GetCustomAttributes(Member);