3 instantiations of Soap12OperationBinding
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
297
WsdlNS.SoapOperationBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.
Soap12OperationBinding
() : new WsdlNS.SoapOperationBinding();
492
soapOperationBinding = new WsdlNS.
Soap12OperationBinding
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7410
o = new global::System.Web.Services.Description.
Soap12OperationBinding
();
8 references to Soap12OperationBinding
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
287
else if (GetBindingVersion<WsdlNS.
Soap12OperationBinding
>(src) == version)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
134
typeof(
Soap12OperationBinding
),
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
519
if (ai is global::System.Web.Services.Description.
Soap12OperationBinding
)
521
Write88_Soap12OperationBinding(@"operation", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12OperationBinding
)ai), false, false);
1599
private void Write88_Soap12OperationBinding(string n, string ns, global::System.Web.Services.Description.
Soap12OperationBinding
o, bool isNullable, bool needType)
1609
if (t == typeof(global::System.Web.Services.Description.
Soap12OperationBinding
))
7395
private global::System.Web.Services.Description.
Soap12OperationBinding
Read88_Soap12OperationBinding(bool isNullable, bool checkType)
7409
global::System.Web.Services.Description.
Soap12OperationBinding
o;