3 instantiations of Soap12BodyBinding
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
354WsdlNS.SoapBodyBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.Soap12BodyBinding() : new WsdlNS.SoapBodyBinding(); 510soapBodyBinding = new WsdlNS.Soap12BodyBinding();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
6430o = new global::System.Web.Services.Description.Soap12BodyBinding();
12 references to Soap12BodyBinding
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
350EnvelopeVersion srcVersion = GetBindingVersion<WsdlNS.Soap12BodyBinding>(src);
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
135typeof(Soap12BodyBinding),
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (10)
797if (ai is global::System.Web.Services.Description.Soap12BodyBinding) 799Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12BodyBinding)ai), false, false); 924if (ai is global::System.Web.Services.Description.Soap12BodyBinding) 926Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12BodyBinding)ai), false, false); 1153private void Write102_Soap12BodyBinding(string n, string ns, global::System.Web.Services.Description.Soap12BodyBinding o, bool isNullable, bool needType) 1163if (t == typeof(global::System.Web.Services.Description.Soap12BodyBinding)) 1407if (ai is global::System.Web.Services.Description.Soap12BodyBinding) 1409Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12BodyBinding)ai), false, false); 6415private global::System.Web.Services.Description.Soap12BodyBinding Read102_Soap12BodyBinding(bool isNullable, bool checkType) 6429global::System.Web.Services.Description.Soap12BodyBinding o;