12 references to BindingElementCollection
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
120BindingElementCollection bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs (1)
76BindingElementCollection bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingElementCollection.cs (1)
42BindingElementCollection result = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
11private BindingElementCollection _bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
30private BindingElementCollection _bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
148private readonly BindingElementCollection _bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
129BindingElementCollection bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
87BindingElementCollection bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
172BindingElementCollection bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
300BindingElementCollection bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
148BindingElementCollection bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
255BindingElementCollection bindingElements = new BindingElementCollection();