1 instantiation of AppLevelCompilationSectionCache
System.Web.Extensions (1)
UI\AppLevelCompilationSectionCache.cs (1)
17private static readonly AppLevelCompilationSectionCache _instance = new AppLevelCompilationSectionCache();
3 references to AppLevelCompilationSectionCache
System.Web.Extensions (3)
UI\AppLevelCompilationSectionCache.cs (2)
17private static readonly AppLevelCompilationSectionCache _instance = new AppLevelCompilationSectionCache(); 25public static AppLevelCompilationSectionCache Instance {
UI\ScriptManager.cs (1)
171return AppLevelCompilationSectionCache.Instance;