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)
33
private static readonly ConcurrentDictionary<Assembly,
AjaxFrameworkAssemblyAttribute
> _ajaxAssemblyAttributeCache =
34
new ConcurrentDictionary<Assembly,
AjaxFrameworkAssemblyAttribute
>();
77
public static
AjaxFrameworkAssemblyAttribute
GetAjaxFrameworkAssemblyAttribute(Assembly assembly) {
79
AjaxFrameworkAssemblyAttribute
ajaxFrameworkAssemblyAttribute;
88
internal static
AjaxFrameworkAssemblyAttribute
SafeGetAjaxFrameworkAssemblyAttribute(ICustomAttributeProvider attributeProvider) {
91
AjaxFrameworkAssemblyAttribute
ajaxFrameworkAttribute = attribute as
AjaxFrameworkAssemblyAttribute
;
UI\ScriptManager.cs (1)
330
AjaxFrameworkAssemblyAttribute
attribute =