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