3 writes to Use
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
437dest.Use = src.Use;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6281o.@Use = Read100_SoapBindingUse(Reader.Value); 6527o.@Use = Read98_SoapBindingUse(Reader.Value);
10 references to Use
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (5)
1122if (header.Use == WsdlNS.SoapBindingUse.Encoded) 1124else if (header.Use == WsdlNS.SoapBindingUse.Literal) 1152if (header.Use == WsdlNS.SoapBindingUse.Encoded) 1154else if (header.Use == WsdlNS.SoapBindingUse.Literal) 1387isEncoded = (headerBinding.Use == WsdlNS.SoapBindingUse.Encoded);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
437dest.Use = src.Use;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
1219if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 1221WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1302if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) 1304WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use)));