1 write to callbackInstance
System.ServiceModel (1)
System\ServiceModel\ProgrammaticEndpointTrait.cs (1)
25
this.
callbackInstance
= callbackInstance;
6 references to callbackInstance
System.ServiceModel (6)
System\ServiceModel\ProgrammaticEndpointTrait.cs (6)
33
if (!object.ReferenceEquals(this.
callbackInstance
, trait1.
callbackInstance
))
49
if (this.
callbackInstance
!= null)
51
hashCode ^= this.
callbackInstance
.GetHashCode();
66
if (this.
callbackInstance
!= null)
77
return new DuplexChannelFactory<TChannel>(this.
callbackInstance
, this.binding, this.remoteAddress);