5 references to ScriptMethodAttribute
System.Web.Extensions (5)
Script\Services\WebServiceData.cs (3)
196ScriptMethodAttribute sm = null; 197object[] responseAttribs = method.GetCustomAttributes(typeof(ScriptMethodAttribute), true); 199sm = (ScriptMethodAttribute)responseAttribs[0];
Script\Services\WebServiceMethodData.cs (2)
20private ScriptMethodAttribute _scriptMethodAttribute; 26internal WebServiceMethodData(WebServiceData owner, MethodInfo methodInfo, WebMethodAttribute webMethodAttribute, ScriptMethodAttribute scriptMethodAttribute) {