3 writes to Style
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
301
dest.
Style
= binding.Style;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
7426
o.
@Style
= Read82_SoapBindingStyle(Reader.Value);
7507
o.
@Style
= Read79_SoapBindingStyle(Reader.Value);
9 references to Style
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1199
if (soapOperationBinding.
Style
!= WsdlNS.SoapBindingStyle.Default)
1200
style = soapOperationBinding.
Style
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (3)
301
dest.Style = binding.
Style
;
626
if (soapOperationBinding.
Style
!= WsdlNS.SoapBindingStyle.Default)
627
style = soapOperationBinding.
Style
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
1552
if (((global::System.Web.Services.Description.SoapBindingStyle)o.
@Style
) != global::System.Web.Services.Description.SoapBindingStyle.@Default)
1554
WriteAttribute(@"style", @"", Write79_SoapBindingStyle(((global::System.Web.Services.Description.SoapBindingStyle)o.
@Style
)));
1624
if (((global::System.Web.Services.Description.SoapBindingStyle)o.
@Style
) != global::System.Web.Services.Description.SoapBindingStyle.@Default)
1626
WriteAttribute(@"style", @"", Write82_SoapBindingStyle(((global::System.Web.Services.Description.SoapBindingStyle)o.
@Style
)));