1 write to RouterContract
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingEndpointTrait.cs (1)
19this.RouterContract = routerContract;
4 references to RouterContract
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\ClientFactory.cs (1)
21Type contractType = endpointTrait.RouterContract;
System\ServiceModel\Routing\RoutingEndpointTrait.cs (3)
51if (this.RouterContract != other.RouterContract) 66num ^= this.RouterContract.GetHashCode();