1 write to callbackInstance
System.ServiceModel (1)
System\ServiceModel\ConfigurationEndpointTrait.cs (1)
25
this.
callbackInstance
= callbackInstance;
7 references to callbackInstance
System.ServiceModel (7)
System\ServiceModel\ConfigurationEndpointTrait.cs (7)
33
if (!object.ReferenceEquals(this.
callbackInstance
, trait1.
callbackInstance
))
51
if (this.
callbackInstance
!= null)
53
hashCode ^= this.
callbackInstance
.GetHashCode();
69
if (this.
callbackInstance
!= null)
79
return new DuplexChannelFactory<TChannel>(this.
callbackInstance
, this.endpointConfigurationName, this.remoteAddress);
82
return new DuplexChannelFactory<TChannel>(this.
callbackInstance
, this.endpointConfigurationName);