61 references to SoapBindingUse
dotnet-svcutil-lib (61)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (11)
1111if (body.Use == WsdlNS.SoapBindingUse.Encoded) 1113else if (body.Use == WsdlNS.SoapBindingUse.Literal) 1122if (header.Use == WsdlNS.SoapBindingUse.Encoded) 1124else if (header.Use == WsdlNS.SoapBindingUse.Literal) 1138if (body.Use == WsdlNS.SoapBindingUse.Encoded) 1140else if (body.Use == WsdlNS.SoapBindingUse.Literal) 1152if (header.Use == WsdlNS.SoapBindingUse.Encoded) 1154else if (header.Use == WsdlNS.SoapBindingUse.Literal) 1366currentIsEncoded = (soapFaultBinding.Use == System.Web.Services.Description.SoapBindingUse.Encoded); 1381isEncoded = (bodyBinding.Use == WsdlNS.SoapBindingUse.Encoded); 1387isEncoded = (headerBinding.Use == WsdlNS.SoapBindingUse.Encoded);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (38)
675if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 677WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 688private string Write98_SoapBindingUse(global::System.Web.Services.Description.SoapBindingUse v) 693case global::System.Web.Services.Description.SoapBindingUse.@Encoded: s = @"encoded"; break; 694case global::System.Web.Services.Description.SoapBindingUse.@Literal: s = @"literal"; break; 724if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 726WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 737private string Write100_SoapBindingUse(global::System.Web.Services.Description.SoapBindingUse v) 742case global::System.Web.Services.Description.SoapBindingUse.@Encoded: s = @"encoded"; break; 743case global::System.Web.Services.Description.SoapBindingUse.@Literal: s = @"literal"; break; 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))); 1219if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 1221WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1261if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 1263WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1302if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 1304WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1344if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 1346WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 6040private global::System.Web.Services.Description.SoapBindingUse Read100_SoapBindingUse(string s) 6044case @"encoded": return global::System.Web.Services.Description.SoapBindingUse.@Encoded; 6045case @"literal": return global::System.Web.Services.Description.SoapBindingUse.@Literal; 6046default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Services.Description.SoapBindingUse)); 6126private global::System.Web.Services.Description.SoapBindingUse Read98_SoapBindingUse(string s) 6130case @"encoded": return global::System.Web.Services.Description.SoapBindingUse.@Encoded; 6131case @"literal": return global::System.Web.Services.Description.SoapBindingUse.@Literal; 6132default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Services.Description.SoapBindingUse));
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (12)
105private SoapBindingUse _use; 111[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 112public SoapBindingUse Use 186private SoapBindingUse _use; 192[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 193public SoapBindingUse Use 229private SoapBindingUse _use; 260[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 261public SoapBindingUse Use 297private SoapBindingUse _use; 318[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 319public SoapBindingUse Use