1 write to _callbackInstance
System.ServiceModel.Primitives (1)
System\ServiceModel\ProgrammaticEndpointTrait.cs (1)
24_callbackInstance = callbackInstance;
6 references to _callbackInstance
System.ServiceModel.Primitives (6)
System\ServiceModel\ProgrammaticEndpointTrait.cs (6)
33if (!ReferenceEquals(_callbackInstance, trait1._callbackInstance)) 49if (_callbackInstance != null) 51hashCode ^= _callbackInstance.GetHashCode(); 66if (_callbackInstance != null) 77return new DuplexChannelFactory<TChannel>(_callbackInstance, _binding, _remoteAddress);