1 write to bindingParameters
System.ServiceModel (1)
System\ServiceModel\Channels\BindingContext.cs (1)
65
this.
bindingParameters
= new BindingParameterCollection(parameters);
2 references to bindingParameters
System.ServiceModel (2)
System\ServiceModel\Channels\BindingContext.cs (2)
78
get { return this.
bindingParameters
; }
144
return new BindingContext(this.binding, this.remainingBindingElements, this.
bindingParameters
,