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