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