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;
96
Debug.Assert(
_webMethodAttribute
!= null); // If fails: WebserviceMethodData corrosponding to WCF is being used by ASMX JSON handler
97
return
_webMethodAttribute
.CacheDuration;
103
Debug.Assert(
_webMethodAttribute
!= null); // If fails: WebserviceMethodData corrosponding to WCF is being used by ASMX JSON handler
104
return
_webMethodAttribute
.EnableSession;