1 write to _remainingBindingElements
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\BindingContext.cs (1)
39
_remainingBindingElements
= new BindingElementCollection(remainingBindingElements);
4 references to _remainingBindingElements
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\BindingContext.cs (4)
55
get { return
_remainingBindingElements
; }
72
if (
_remainingBindingElements
.Count == 0)
85
return new BindingContext(Binding,
_remainingBindingElements
, BindingParameters);
90
BindingElement element =
_remainingBindingElements
.Remove<BindingElement>();