1 write to _scriptMethodAttribute
System.Web.Extensions (1)
Script\Services\WebServiceMethodData.cs (1)
31
_scriptMethodAttribute
= scriptMethodAttribute;
6 references to _scriptMethodAttribute
System.Web.Extensions (6)
Script\Services\WebServiceMethodData.cs (6)
124
if (
_scriptMethodAttribute
!= null) {
125
return
_scriptMethodAttribute
.ResponseFormat == ResponseFormat.Xml;
133
if (
_scriptMethodAttribute
!= null) {
134
return
_scriptMethodAttribute
.XmlSerializeString;
145
if (
_scriptMethodAttribute
!= null) {
146
return
_scriptMethodAttribute
.UseHttpGet;