8 references to EffectivePath
System.Web.Extensions (8)
UI\CompositeScriptReference.cs (2)
90
bool hasPath = !String.IsNullOrEmpty(reference.
EffectivePath
);
138
resourceName = reference.GetPath(scriptManager, reference.
EffectivePath
, reference.ScriptInfo.DebugPath,
UI\ScriptManager.cs (6)
953
frameworkScriptPath = frameworkScript.
EffectivePath
;
1045
_scriptPathsDefiningSys.Add(atlasCore.
EffectivePath
);
1067
_scriptPathsDefiningSys.Add(scriptReference.
EffectivePath
);
1607
effectivePath = sref.
EffectivePath
;
1897
new Tuple<string, Assembly>(sr.
EffectivePath
, null) :
1935
new Tuple<string, Assembly>(sr.
EffectivePath
, null) :