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