4 writes to Name
System.Web.Extensions (4)
UI\ScriptManager.cs (1)
1485
sm.Scripts.Add(new ScriptReference() {
Name
= resourceName });
UI\ScriptReference.cs (2)
36
Name
= name;
49
Name
= name;
UI\ScriptRegistrationManager.cs (1)
266
Name
= resourceName,
7 references to Name
System.Web.Extensions (7)
UI\ScriptManager.cs (2)
1065
if (scriptReference.IsAjaxFrameworkScript(this) && (scriptReference.
Name
.StartsWith("MicrosoftAjax.", StringComparison.OrdinalIgnoreCase) || scriptReference.
Name
.StartsWith("MicrosoftAjaxCore.", StringComparison.OrdinalIgnoreCase))) {
UI\ScriptReference.cs (4)
331
bool hasName = !String.IsNullOrEmpty(
Name
);
539
if (!String.IsNullOrEmpty(
Name
)) {
540
return
Name
;
563
string name = scriptReference.
Name
;
UI\ScriptResourceMapping.cs (1)
68
string name = scriptReference.
Name
;