17 references to ScriptInfo
System.Web.Extensions (17)
UI\CompositeScriptReference.cs (1)
138resourceName = reference.GetPath(scriptManager, reference.EffectivePath, reference.ScriptInfo.DebugPath,
UI\ScriptManager.cs (3)
964sr.ScriptInfo.Path == frameworkScriptPath))) { 985scriptReference.ScriptInfo.Path == frameworkScriptPath))) { 1756var scriptInfo = scriptReference.ScriptInfo;
UI\ScriptReference.cs (13)
79return ScriptInfo.Assembly; 85return String.IsNullOrEmpty(Path) ? ScriptInfo.Path : Path; 91return ScriptInfo.ResourceName; 108(!String.IsNullOrEmpty(Path) || String.IsNullOrEmpty(ScriptInfo.DebugPath))) ? 367else if (!String.IsNullOrEmpty(ScriptInfo.Path)) { 388return GetUrlFromPath(scriptManager, ScriptInfo.Path, ScriptInfo.DebugPath); 403(secureConnection ? ScriptInfo.CdnDebugPathSecureConnection : ScriptInfo.CdnDebugPath) : 404(secureConnection ? ScriptInfo.CdnPathSecureConnection : ScriptInfo.CdnPath); 410if (isAssemblyResource && String.IsNullOrEmpty(cdnPath) && String.IsNullOrEmpty(isDebuggingEnabled ? ScriptInfo.CdnDebugPath : ScriptInfo.CdnPath)) {