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