9 references to CustomBinding
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (3)
172BindingContext context = new BindingContext(new CustomBinding(this), parameters); 198BindingContext context = new BindingContext(new CustomBinding(this), parameters); 208BindingContext context = new BindingContext(new CustomBinding(this), parameters);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs (2)
28_binding = new CustomBinding(binding); 38_binding = new CustomBinding(channelBuilder.Binding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
157customBinding = new CustomBinding(context.Endpoint.Binding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
125CustomBinding customBinding = new CustomBinding(binding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
77customBinding = new CustomBinding(context.Endpoint.Binding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
66_issuerBinding = new CustomBinding(other._issuerBinding);