1 instantiation of Soap12BodyBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6192o = new global::System.Web.Services.Description.Soap12BodyBinding();
11 references to Soap12BodyBinding
System.Web.Services.Description (11)
System\Web\Services\Configuration\WebServicesSection.cs (1)
114typeof(Soap12BodyBinding),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
722if (ai is global::System.Web.Services.Description.Soap12BodyBinding) { 723Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12BodyBinding)ai), false, false); 836if (ai is global::System.Web.Services.Description.Soap12BodyBinding) { 837Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12BodyBinding)ai), false, false); 1056private void Write102_Soap12BodyBinding(string n, string ns, global::System.Web.Services.Description.Soap12BodyBinding o, bool isNullable, bool needType) { 1067if (t == typeof(global::System.Web.Services.Description.Soap12BodyBinding)) { 1302if (ai is global::System.Web.Services.Description.Soap12BodyBinding) { 1303Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12BodyBinding)ai), false, false); 6170private global::System.Web.Services.Description.Soap12BodyBinding Read102_Soap12BodyBinding(bool isNullable, bool checkType) { 6191global::System.Web.Services.Description.Soap12BodyBinding o;