3 writes to Use
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
363dest.Use = src.Use;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6441o.@Use = Read100_SoapBindingUse(Reader.Value); 6687o.@Use = Read98_SoapBindingUse(Reader.Value);
10 references to Use
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (5)
1111if (body.Use == WsdlNS.SoapBindingUse.Encoded) 1113else if (body.Use == WsdlNS.SoapBindingUse.Literal) 1138if (body.Use == WsdlNS.SoapBindingUse.Encoded) 1140else if (body.Use == WsdlNS.SoapBindingUse.Literal) 1381isEncoded = (bodyBinding.Use == WsdlNS.SoapBindingUse.Encoded);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
363dest.Use = src.Use;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
1137if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 1139WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1177if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 1179WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use)));