6 writes to Style
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractExporter.cs (1)
681soapBinding.Style = soapOperationBinding.Style;
System\ServiceModel\Description\SoapHelper.cs (1)
242dest.Style = binding.Style;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
6118o.@Style = Read82_SoapBindingStyle(Reader.Value); 6172o.@Style = Read79_SoapBindingStyle(Reader.Value);
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
79soapBinding.Style = style;
System\Web\Services\Description\SoapProtocolReflector.cs (1)
274soapBinding.Style = style;
10 references to Style
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1198style = soapBinding.Style;
System\ServiceModel\Description\SoapHelper.cs (2)
242dest.Style = binding.Style; 616style = soapBinding.Style;
System.Web.Services (7)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
1308if (((global::System.Web.Services.Description.SoapBindingStyle)o.@Style) != global::System.Web.Services.Description.SoapBindingStyle.@Document) { 1309WriteAttribute(@"style", @"", Write79_SoapBindingStyle(((global::System.Web.Services.Description.SoapBindingStyle)o.@Style))); 1355if (((global::System.Web.Services.Description.SoapBindingStyle)o.@Style) != global::System.Web.Services.Description.SoapBindingStyle.@Document) { 1356WriteAttribute(@"style", @"", Write82_SoapBindingStyle(((global::System.Web.Services.Description.SoapBindingStyle)o.@Style)));
System\Web\Services\Description\SoapProtocolImporter.cs (1)
644soapBindingStyle = SoapBinding.Style;
System\Web\Services\Description\WebServicesInteroperability.cs (2)
94SoapBindingStyle bindingStyle = soapBinding.Style == SoapBindingStyle.Default ? SoapBindingStyle.Document : soapBinding.Style;