4 references to IsDebuggingEnabled
System.Web.Extensions (4)
UI\ScriptReference.cs (4)
380IsDebuggingEnabled(scriptManager), ref resourceName, ref assembly); 398bool isDebuggingEnabled = IsDebuggingEnabled(scriptManager); 422bool hasDebugResource = DetermineResourceNameAndAssembly(scriptManager, IsDebuggingEnabled(scriptManager), 455string path = GetPath(scriptManager, releasePath, predeterminedDebugPath, IsDebuggingEnabled(scriptManager));