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