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