9 references to Clone
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
138return bindingElements.Clone();
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs (1)
90return bindingElements.Clone();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
121return _bindingElements.Clone();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
156return bindingElements.Clone();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
112return bindingElements.Clone();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
187return bindingElements.Clone();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
322return bindingElements.Clone();
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
152return bindingElements.Clone();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
283return bindingElements.Clone();