1 write to callbackInstance
System.ServiceModel (1)
System\ServiceModel\ServiceEndpointTrait.cs (1)
21
this.
callbackInstance
= callbackInstance;
6 references to callbackInstance
System.ServiceModel (6)
System\ServiceModel\ServiceEndpointTrait.cs (6)
29
if (!object.ReferenceEquals(this.
callbackInstance
, trait1.
callbackInstance
))
42
if (this.
callbackInstance
!= null)
44
hashCode ^= this.
callbackInstance
.GetHashCode();
55
if (this.
callbackInstance
!= null)
64
return new DuplexChannelFactory<TChannel>(this.
callbackInstance
, this.endpoint);