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