3 references to GetCustomAttributes
Microsoft.AspNetCore.InternalTesting.Tests (1)
TestableAspNetTestAssemblyRunner.cs (1)
56foreach (var attribute in CustomAttributeData.GetCustomAttributes(assembly))
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
214IList<CustomAttributeData> allAttributes = CustomAttributeData.GetCustomAttributes(asm);
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
488IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(sourceAssembly);