2 references to Wrapped
System.Web.Services (2)
System\Web\Services\Description\SoapProtocolImporter.cs (1)
773AddMetadataProperty("ParameterStyle", new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(typeof(SoapParameterStyle).FullName), Enum.Format(typeof(SoapParameterStyle), hasWrapper ? SoapParameterStyle.Wrapped : SoapParameterStyle.Bare, "G")));
System\Web\Services\Protocols\SoapReflector.cs (1)
296soapMethod.paramStyle = SoapParameterStyle.Wrapped;