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