3 writes to Style
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
240
dest.
Style
= binding.Style;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
7644
o.
@Style
= Read82_SoapBindingStyle(Reader.Value);
7710
o.
@Style
= Read79_SoapBindingStyle(Reader.Value);
7 references to Style
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1186
style = soapBinding.
Style
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
240
dest.Style = binding.
Style
;
613
style = soapBinding.
Style
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
1672
if (((global::System.Web.Services.Description.SoapBindingStyle)o.
@Style
) != global::System.Web.Services.Description.SoapBindingStyle.@Document)
1674
WriteAttribute(@"style", @"", Write79_SoapBindingStyle(((global::System.Web.Services.Description.SoapBindingStyle)o.
@Style
)));
1732
if (((global::System.Web.Services.Description.SoapBindingStyle)o.
@Style
) != global::System.Web.Services.Description.SoapBindingStyle.@Document)
1734
WriteAttribute(@"style", @"", Write82_SoapBindingStyle(((global::System.Web.Services.Description.SoapBindingStyle)o.
@Style
)));