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