1 instantiation of AjaxFrameworkAssemblyAttribute
System.Web.Extensions (1)
Properties\AssemblyInfo.cs (1)
36[assembly: AjaxFrameworkAssembly]
8 references to AjaxFrameworkAssemblyAttribute
System.Web.Extensions (8)
UI\AssemblyCache.cs (7)
33private static readonly ConcurrentDictionary<Assembly, AjaxFrameworkAssemblyAttribute> _ajaxAssemblyAttributeCache = 34new ConcurrentDictionary<Assembly, AjaxFrameworkAssemblyAttribute>(); 77public static AjaxFrameworkAssemblyAttribute GetAjaxFrameworkAssemblyAttribute(Assembly assembly) { 79AjaxFrameworkAssemblyAttribute ajaxFrameworkAssemblyAttribute; 88internal static AjaxFrameworkAssemblyAttribute SafeGetAjaxFrameworkAssemblyAttribute(ICustomAttributeProvider attributeProvider) { 91AjaxFrameworkAssemblyAttribute ajaxFrameworkAttribute = attribute as AjaxFrameworkAssemblyAttribute;
UI\ScriptManager.cs (1)
330AjaxFrameworkAssemblyAttribute attribute =