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