1 write to _scriptName
System.Web.Extensions (1)
UI\ScriptResourceInfo.cs (1)
38
_scriptName
= wra.WebResource;
3 references to _scriptName
System.Web.Extensions (3)
UI\ScriptResourceInfo.cs (3)
43
_isDebug = !String.IsNullOrEmpty(
_scriptName
) &&
_scriptName
.EndsWith(".debug.js", StringComparison.OrdinalIgnoreCase);
85
get { return
_scriptName
; }