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