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)
31if (!ReferenceEquals(_serviceEndpoint, trait1._serviceEndpoint)) 46Fx.Assert(_serviceEndpoint != null, "endpoint should not be null."); 47hashCode ^= _serviceEndpoint.GetHashCode(); 62Fx.Assert(_serviceEndpoint != null, "endpoint should not be null."); 63return new DuplexChannelFactory<TChannel>(_callbackInstance, _serviceEndpoint); 68Fx.Assert(_serviceEndpoint != null, "endpoint should not be null."); 69return new ChannelFactory<TChannel>(_serviceEndpoint);