11 references to Encoded
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (7)
1111
if (body.Use == WsdlNS.SoapBindingUse.
Encoded
)
1122
if (header.Use == WsdlNS.SoapBindingUse.
Encoded
)
1138
if (body.Use == WsdlNS.SoapBindingUse.
Encoded
)
1152
if (header.Use == WsdlNS.SoapBindingUse.
Encoded
)
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 (4)
693
case global::System.Web.Services.Description.SoapBindingUse.
@Encoded
: s = @"encoded"; break;
742
case global::System.Web.Services.Description.SoapBindingUse.
@Encoded
: s = @"encoded"; break;
6044
case @"encoded": return global::System.Web.Services.Description.SoapBindingUse.
@Encoded
;
6130
case @"encoded": return global::System.Web.Services.Description.SoapBindingUse.
@Encoded
;