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