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