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