3 writes to Use
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
363
dest.
Use
= src.Use;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6441
o.
@Use
= Read100_SoapBindingUse(Reader.Value);
6687
o.
@Use
= Read98_SoapBindingUse(Reader.Value);
10 references to Use
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (5)
1111
if (body.
Use
== WsdlNS.SoapBindingUse.Encoded)
1113
else if (body.
Use
== WsdlNS.SoapBindingUse.Literal)
1138
if (body.
Use
== WsdlNS.SoapBindingUse.Encoded)
1140
else if (body.
Use
== WsdlNS.SoapBindingUse.Literal)
1381
isEncoded = (bodyBinding.
Use
== WsdlNS.SoapBindingUse.Encoded);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
363
dest.Use = src.
Use
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
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
)));