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)
124if (_scriptMethodAttribute != null) { 125return _scriptMethodAttribute.ResponseFormat == ResponseFormat.Xml; 133if (_scriptMethodAttribute != null) { 134return _scriptMethodAttribute.XmlSerializeString; 145if (_scriptMethodAttribute != null) { 146return _scriptMethodAttribute.UseHttpGet;