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