3 instantiations of ScriptServiceAttribute
System.Web.Extensions (3)
Profile\ProfileService.cs (1)
18[ScriptService]
Security\AuthenticationService.cs (1)
12[ScriptService]
Security\RoleService.cs (1)
13[ScriptService]
2 references to ScriptServiceAttribute
System.Web.Extensions (2)
Script\Services\ProxyGenerator.cs (1)
77object[] attribs = type.GetCustomAttributes(typeof(ScriptServiceAttribute), true);
Script\Services\WebServiceData.cs (1)
176object[] attribs = type.GetCustomAttributes(typeof(ScriptServiceAttribute), true);