12 references to Bindings
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (1)
25foreach (WsdlNS.Binding wsdlBinding in wsdl.Bindings)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1098foreach (WsdlNS.Binding binding in description.Bindings)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlContractConversionContext.cs (1)
150foreach (WsdlNS.Binding wsdlBinding in wsdl.Bindings)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (3)
329bindingWsdl.Bindings.Add(wsdlBinding); 338wsdlBinding = bindingWsdl.Bindings[wsdlBindingQName.Name]; 1061if (wsdl != null && wsdl.Bindings[localName] != null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
1486foreach (WsdlNS.Binding wsdlBinding in wsdl.Bindings) 1535foreach (WsdlNS.Binding wsdlBinding in wsdl.Bindings)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (1)
173binding = sd.Bindings[name.Name];
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
111global::System.Web.Services.Description.BindingCollection a = (global::System.Web.Services.Description.BindingCollection)o.@Bindings; 5227global::System.Web.Services.Description.BindingCollection a_9 = (global::System.Web.Services.Description.BindingCollection)o.@Bindings;
Metadata\ServiceDescriptor.cs (1)
247foreach (WsdlNS.Binding binding in wsdl.Bindings)