2 writes to ClientCallbackAddress
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
53this.ClientCallbackAddress = clientCallbackAddress; 62this.ClientCallbackAddress = other.ClientCallbackAddress;
3 references to ClientCallbackAddress
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (3)
62this.ClientCallbackAddress = other.ClientCallbackAddress; 173if (this.ClientCallbackAddress != other.ClientCallbackAddress)