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