2 references to GetCustomAttribute
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
2091
TargetFrameworkAttribute fxAttrib = entryAssembly.
GetCustomAttribute
<TargetFrameworkAttribute>();
System.Web.ApplicationServices (1)
Hosting\CustomLoaderHelper.cs (1)
95
CustomLoaderAttribute customLoaderAttribute = customLoaderAssembly.
GetCustomAttribute
<CustomLoaderAttribute>();