2 instantiations of InputBinding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
387wsdlOperationBinding.Input = new WsdlNS.InputBinding();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7181o = new global::System.Web.Services.Description.InputBinding();
19 references to InputBinding
dotnet-svcutil-lib (19)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1843if (item is WsdlNS.InputBinding)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
38table.Add(typeof(InputBinding), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\HttpFormatExtensions.cs (2)
60[XmlFormatExtension("urlEncoded", HttpBinding.Namespace, typeof(InputBinding))] 66[XmlFormatExtension("urlReplacement", HttpBinding.Namespace, typeof(InputBinding))]
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (4)
14[XmlFormatExtension("content", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 56[XmlFormatExtension("multipartRelated", MimeContentBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))] 70[XmlFormatExtension("mimeXml", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 132[XmlFormatExtension("text", MimeTextBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
938private InputBinding _input; 971public InputBinding Input
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
554Write110_InputBinding(@"input", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.InputBinding)o.@Input), false, false); 1359private void Write110_InputBinding(string n, string ns, global::System.Web.Services.Description.InputBinding o, bool isNullable, bool needType) 1369if (t == typeof(global::System.Web.Services.Description.InputBinding)) 7166private global::System.Web.Services.Description.InputBinding Read110_InputBinding(bool isNullable, bool checkType) 7180global::System.Web.Services.Description.InputBinding o;
FrameworkFork\System.Web.Services\Services\Description\Soap12FormatExtensions.cs (2)
39[XmlFormatExtension("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 51[XmlFormatExtension("header", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding))]
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (2)
102[XmlFormatExtension("body", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 224[XmlFormatExtension("header", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))]