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