2 references to Clone
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
32this.channelPoolSettings = elementToBeCloned.ChannelPoolSettings.Clone();
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
374this.channelPoolSettings = bindingElement.ChannelPoolSettings.Clone();