1 write to endpoint
System.ServiceModel (1)
System\ServiceModel\ServiceEndpointTrait.cs (1)
20this.endpoint = endpoint;
8 references to endpoint
System.ServiceModel (8)
System\ServiceModel\ServiceEndpointTrait.cs (8)
32if (!object.ReferenceEquals(this.endpoint, trait1.endpoint)) 47Fx.Assert(this.endpoint != null, "endpoint should not be null."); 48hashCode ^= this.endpoint.GetHashCode(); 63Fx.Assert(this.endpoint != null, "endpoint should not be null."); 64return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.endpoint); 69Fx.Assert(this.endpoint != null, "endpoint should not be null."); 70return new ChannelFactory<TChannel>(this.endpoint);