2 references to _ajaxAssemblyAttributeCache
System.Web.Extensions (2)
UI\AssemblyCache.cs (2)
80
if (!
_ajaxAssemblyAttributeCache
.TryGetValue(assembly, out ajaxFrameworkAssemblyAttribute)) {
82
_ajaxAssemblyAttributeCache
.TryAdd(assembly, ajaxFrameworkAssemblyAttribute);