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); 85get { return _scriptName; }