1 write to _webMethodAttribute
System.Web.Extensions (1)
Script\Services\WebServiceMethodData.cs (1)
29_webMethodAttribute = webMethodAttribute;
5 references to _webMethodAttribute
System.Web.Extensions (5)
Script\Services\WebServiceMethodData.cs (5)
30_methodName = _webMethodAttribute.MessageName; 96Debug.Assert(_webMethodAttribute != null); // If fails: WebserviceMethodData corrosponding to WCF is being used by ASMX JSON handler 97return _webMethodAttribute.CacheDuration; 103Debug.Assert(_webMethodAttribute != null); // If fails: WebserviceMethodData corrosponding to WCF is being used by ASMX JSON handler 104return _webMethodAttribute.EnableSession;