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