6 references to BindingContext
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (3)
172
BindingContext context = new
BindingContext
(new CustomBinding(this), parameters);
198
BindingContext context = new
BindingContext
(new CustomBinding(this), parameters);
208
BindingContext context = new
BindingContext
(new CustomBinding(this), parameters);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingElement.cs (1)
41
return this.GetProperty<T>(new
BindingContext
(new CustomBinding(), new BindingParameterCollection()));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
1484
BindingContext context = new
BindingContext
(binding, new BindingParameterCollection());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
126
BindingContext context = new
BindingContext
(customBinding, parameters);