1 write to remainingBindingElements
System.ServiceModel (1)
System\ServiceModel\Channels\BindingContext.cs (1)
64this.remainingBindingElements = new BindingElementCollection(remainingBindingElements);
4 references to remainingBindingElements
System.ServiceModel (4)
System\ServiceModel\Channels\BindingContext.cs (4)
101get { return this.remainingBindingElements; } 131if (this.remainingBindingElements.Count == 0) 144return new BindingContext(this.binding, this.remainingBindingElements, this.bindingParameters, 150BindingElement element = this.remainingBindingElements.Remove<BindingElement>();