2 references to GetDebugPath
System.Web.Extensions (2)
UI\CompositeScriptReference.cs (1)
54
path =
GetDebugPath
(path);
UI\ScriptReference.cs (1)
268
path = String.IsNullOrEmpty(predeterminedDebugPath) ?
GetDebugPath
(releasePath) : predeterminedDebugPath;