3 writes to Use
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
437
dest.
Use
= src.Use;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6281
o.
@Use
= Read100_SoapBindingUse(Reader.Value);
6527
o.
@Use
= Read98_SoapBindingUse(Reader.Value);
10 references to Use
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (5)
1122
if (header.
Use
== WsdlNS.SoapBindingUse.Encoded)
1124
else if (header.
Use
== WsdlNS.SoapBindingUse.Literal)
1152
if (header.
Use
== WsdlNS.SoapBindingUse.Encoded)
1154
else if (header.
Use
== WsdlNS.SoapBindingUse.Literal)
1387
isEncoded = (headerBinding.
Use
== WsdlNS.SoapBindingUse.Encoded);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
437
dest.Use = src.
Use
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
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
)));
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
)));