1 instantiation of DeploymentSectionCache
System.Web.Extensions (1)
UI\DeploymentSectionCache.cs (1)
16private static readonly DeploymentSectionCache _instance = new DeploymentSectionCache();
3 references to DeploymentSectionCache
System.Web.Extensions (3)
UI\DeploymentSectionCache.cs (2)
16private static readonly DeploymentSectionCache _instance = new DeploymentSectionCache(); 23public static DeploymentSectionCache Instance {
UI\ScriptManager.cs (1)
357return DeploymentSectionCache.Instance;