7 references to BindingParameterCollection
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
142return this.GetProperty<MessageVersion>(new BindingParameterCollection());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingElement.cs (1)
41return this.GetProperty<T>(new BindingContext(new CustomBinding(), new BindingParameterCollection()));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
1484BindingContext context = new BindingContext(binding, new BindingParameterCollection());
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
16parameters = new BindingParameterCollection(); 317IBindingMulticastCapabilities multicast = binding.GetProperty<IBindingMulticastCapabilities>(new BindingParameterCollection());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1351BindingParameterCollection bindingParameters = new BindingParameterCollection(); 2671ChannelProtectionRequirements cpr = bootstrapBinding.GetProperty<ChannelProtectionRequirements>(new BindingParameterCollection());