8 references to Clone
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs (2)
87
BindingContext clone = this.
Clone
();
100
BindingContext clone = this.
Clone
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (2)
31
_issuerBindingContext = other._issuerBindingContext.
Clone
();
93
value = value.
Clone
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SslSecurityTokenParameters.cs (2)
32
_issuerBindingContext = other._issuerBindingContext.
Clone
();
91
value = value.
Clone
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SspiSecurityTokenParameters.cs (2)
30
_issuerBindingContext = other._issuerBindingContext.
Clone
();
71
value = value.
Clone
();