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