4 references to BindingElementCollection
System.ServiceModel (4)
System\ServiceModel\Channels\BindingContext.cs (1)
64
this.remainingBindingElements = new
BindingElementCollection
(remainingBindingElements);
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1277
BindingElementCollection bindingElementCollection = new
BindingElementCollection
(bindingElements);
System\ServiceModel\NetTcpContextBinding.cs (1)
111
BindingElementCollection bindingElementsWithoutContext = new
BindingElementCollection
(bindingElements);
System\ServiceModel\WSHttpContextBinding.cs (1)
134
BindingElementCollection bindingElementsWithoutContext = new
BindingElementCollection
(bindingElements);