4 references to Default
System.Web.Services (4)
System\Web\Services\Protocols\SoapDocumentMethodAttribute.cs (1)
24SoapParameterStyle style = SoapParameterStyle.Default;
System\Web\Services\Protocols\SoapDocumentServiceAttribute.cs (1)
21SoapParameterStyle paramStyle = SoapParameterStyle.Default;
System\Web\Services\Protocols\SoapReflector.cs (2)
292if (soapMethod.paramStyle == SoapParameterStyle.Default) { 295if (soapMethod.paramStyle == SoapParameterStyle.Default)