1 write to _serviceEndpoint
System.ServiceModel.Primitives (1)
System\ServiceModel\ServiceEndpointTrait.cs (1)
18
_serviceEndpoint
= endpoint;
8 references to _serviceEndpoint
System.ServiceModel.Primitives (8)
System\ServiceModel\ServiceEndpointTrait.cs (8)
31
if (!ReferenceEquals(
_serviceEndpoint
, trait1.
_serviceEndpoint
))
46
Fx.Assert(
_serviceEndpoint
!= null, "endpoint should not be null.");
47
hashCode ^=
_serviceEndpoint
.GetHashCode();
62
Fx.Assert(
_serviceEndpoint
!= null, "endpoint should not be null.");
63
return new DuplexChannelFactory<TChannel>(_callbackInstance,
_serviceEndpoint
);
68
Fx.Assert(
_serviceEndpoint
!= null, "endpoint should not be null.");
69
return new ChannelFactory<TChannel>(
_serviceEndpoint
);